summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-02-04 19:41:06 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-02-04 19:41:06 +0000
commit711e804e75f4313a014b2cc2add35d1156c0c70f (patch)
treea7059f17d2356643ec0a9b1226e93ef925ae3c56 /configure
parent7b6152ed30912488cf02d87e552ce320ab1ad538 (diff)
downloadVirtualBox-svn-711e804e75f4313a014b2cc2add35d1156c0c70f.tar.gz
/configure: fix exit code causing trouble
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87615 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b81f6d415ca..dcb91dca6a9 100755
--- a/configure
+++ b/configure
@@ -194,6 +194,7 @@ cleanup()
{
rm -f $ODIR.tmp_src.cc $ODIR.tmp_src.c $ODIR.tmp_out $ODIR.test_execute.log
[ "$OS" = "darwin" ] && rm -rf $ODIR.tmp_out.dSYM
+ true
}
fail()