do not bitch if configure.py does not exist when trying to remove

This commit is contained in:
Christian Grothoff 2019-10-01 13:54:28 +02:00
parent c97daf46fc
commit cd5581b4d9
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

2
configure vendored
View File

@ -103,7 +103,7 @@ if ! existence msgmerge; then
fi fi
# Remove leftover configure.py file # Remove leftover configure.py file
rm configure.py rm -f configure.py
# Now we will just assume sed exists, # Now we will just assume sed exists,
# and replace only the executable name. # and replace only the executable name.