mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
build: use 'exit' instead of 'return' in get_libwallet_api.sh
This commit is contained in:
parent
1107daab98
commit
9e9aa31df2
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue