do not bitch if configure.py does not exist when trying to remove
This commit is contained in:
parent
c97daf46fc
commit
cd5581b4d9
2
configure
vendored
2
configure
vendored
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user