aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-01 13:54:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-01 13:54:28 +0200
commitcd5581b4d9a957214162d1a67a8dfef47bda1003 (patch)
treeb70333132aa24833afd15f6896eed1cc39193f90 /configure
parentc97daf46fc0689fecde7a51dc42e25b8a8ce513f (diff)
downloadwallet-core-cd5581b4d9a957214162d1a67a8dfef47bda1003.tar.xz
do not bitch if configure.py does not exist when trying to remove
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fe59b5bba..7f5bf251b 100755
--- a/configure
+++ b/configure
@@ -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.