From 9e9aa31df2f416779394a3438f25760114b3c493 Mon Sep 17 00:00:00 2001 From: xiphon Date: Thu, 19 Jul 2018 23:06:48 +0300 Subject: [PATCH] build: use 'exit' instead of 'return' in get_libwallet_api.sh --- get_libwallet_api.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 37914e6d..65f9e6c0 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -75,8 +75,7 @@ else fi if [ "$BUILD_LIBWALLET" != true ]; then - # exit this script - return + exit 0 fi echo "GUI_MONERO_VERSION=\"$VERSIONTAG\"" > $MONERO_DIR/version.sh