Skip to content

Commit

Permalink
fix(utimes): change /dev/stdin to -
Browse files Browse the repository at this point in the history
As not all environments have /dev/stdin. See ish-app/ish#944
  • Loading branch information
rasa authored Dec 13, 2023
1 parent 1843afb commit a4b6373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-utimes
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ git --no-pager status "${status_opts[@]}" . \
# prefix is not stripped:
git --no-pager whatchanged "${whatchanged_opts[@]}" . \
| awk "${awk_flags[@]}" "${awk_script}" "${tmpfile}" - \
| BASH_ENV='' bash "${bash_opts[@]}" /dev/stdin
| BASH_ENV='' bash "${bash_opts[@]}" -

0 comments on commit a4b6373

Please sign in to comment.