diff options
| author | xiphon <xiphon@protonmail.com> | 2018-07-19 23:06:48 +0300 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2018-07-19 23:06:48 +0300 |
| commit | 9e9aa31df2f416779394a3438f25760114b3c493 (patch) | |
| tree | 65cc6d704396146f6775761adb028c84bc8707c3 /get_libwallet_api.sh | |
| parent | 1107daab98ccf39a259bf1979c751e18cb92ee8b (diff) | |
| download | monzero-gui-9e9aa31df2f416779394a3438f25760114b3c493.tar.gz monzero-gui-9e9aa31df2f416779394a3438f25760114b3c493.tar.xz monzero-gui-9e9aa31df2f416779394a3438f25760114b3c493.zip | |
build: use 'exit' instead of 'return' in get_libwallet_api.sh
Diffstat (limited to 'get_libwallet_api.sh')
| -rwxr-xr-x | get_libwallet_api.sh | 3 |
1 files changed, 1 insertions, 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 |
