X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7d835d8e792664e201ec50ba5f0a260d91e1fff5..1aebe99145e9ef612cdb272800904e3ba9297196:/build-aux/gitlog-to-emacslog diff --git a/build-aux/gitlog-to-emacslog b/build-aux/gitlog-to-emacslog index 5c187f5eae..6b9cfc145b 100755 --- a/build-aux/gitlog-to-emacslog +++ b/build-aux/gitlog-to-emacslog @@ -68,7 +68,7 @@ if [ -f "$output" ]; then fi # If this is not a Git repository, just generate an empty ChangeLog. -test -d .git || { +test -e .git || { >"$output" exit }