diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-01 13:54:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-01 13:54:28 +0200 |
commit | cd5581b4d9a957214162d1a67a8dfef47bda1003 (patch) | |
tree | b70333132aa24833afd15f6896eed1cc39193f90 /configure | |
parent | c97daf46fc0689fecde7a51dc42e25b8a8ce513f (diff) |
do not bitch if configure.py does not exist when trying to remove
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ if ! existence msgmerge; then fi # Remove leftover configure.py file -rm configure.py +rm -f configure.py # Now we will just assume sed exists, # and replace only the executable name. |