summaryrefslogtreecommitdiffstats
path: root/contrib/amd/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/amd/bootstrap')
-rwxr-xr-xcontrib/amd/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/amd/bootstrap b/contrib/amd/bootstrap
index 58f1df1..f289536 100755
--- a/contrib/amd/bootstrap
+++ b/contrib/amd/bootstrap
@@ -67,7 +67,7 @@ if test -s ${LOG}; then
exit 2
fi
# now prepare the real configure script
-mv -f configure configure.old
+test -f configure && mv -f configure configure.old
mv -f configure.new configure
chmod a+rx configure
rm -f configure.old
OpenPOWER on IntegriCloud