From baf4e0b035189630fc0df16c03a84f0e561bbcaa Mon Sep 17 00:00:00 2001 From: cryptochangements34 Date: Wed, 12 Jun 2019 15:35:15 -0700 Subject: [PATCH] exit 0 instead of return if libwallet is found otherwise the script isn't terminated properly --- get_libwallet_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 1036e3ad8b..d4d8135625 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -76,7 +76,7 @@ fi if [ "$BUILD_LIBWALLET" != true ]; then # exit this script - return + exit 0 fi echo "GUI_MONERO_VERSION=\"$VERSIONTAG\"" > $MONERO_DIR/version.sh