diff --git a/git/git_files_last_modified.sh b/git/git_files_last_modified.sh index baaa4369..24fd9f57 100755 --- a/git/git_files_last_modified.sh +++ b/git/git_files_last_modified.sh @@ -56,7 +56,7 @@ for dir in "${@:-.}"; do # ai - 2020-07-17 21:52:55 +0100 # escape % in filename to come out literally name="${filename//%/%%}" - git log --format="%ai %H $name" "$filename" + git log --format="%ai %H $name" "$filename" done if [ -n "${VERBOSE:-}" ]; then echo >&2