From a4b637346dd329933f9ca372439a33c542ba2bc1 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Wed, 13 Dec 2023 07:51:50 -0800 Subject: [PATCH] fix(utimes): change /dev/stdin to - As not all environments have /dev/stdin. See https://github.com/ish-app/ish/issues/944 --- bin/git-utimes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-utimes b/bin/git-utimes index 5def24778..9955a9d31 100755 --- a/bin/git-utimes +++ b/bin/git-utimes @@ -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[@]}" -