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:
Ross Smith II 2023-12-13 07:51:50 -08:00 committed by GitHub
parent 1843afb38a
commit a4b637346d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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[@]}" -