mirror of
https://github.com/tj/git-extras.git
synced 2026-09-16 02:16:17 -04:00
fix(utimes): change /dev/stdin to -
As not all environments have /dev/stdin. See https://github.com/ish-app/ish/issues/944
This commit is contained in:
parent
1843afb38a
commit
a4b637346d
|
|
@ -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[@]}" -
|
||||
|
|
|
|||
Loading…
Reference in a new issue