From 0cc3bb3890fc144143bd3c11d605ca64f3c29266 Mon Sep 17 00:00:00 2001 From: Don Bright Date: Mon, 13 May 2013 06:57:19 -0500 Subject: fix indentation, uncomment cd command, fix reading of username diff --git a/scripts/builder.sh b/scripts/builder.sh index 4bece8a..c2f81e8 100755 --- a/scripts/builder.sh +++ b/scripts/builder.sh @@ -73,7 +73,7 @@ read_username_from_user() { echo 'Please enter your username for https://code.google.com/hosting/settings' echo -n 'Username:' - read -s USERNAME + read USERNAME echo 'username is ' $USERNAME } diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 85f0e71..02b276b 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -144,7 +144,7 @@ esac case $OS in LINXWIN) - #cd $DEPLOYDIR + cd $DEPLOYDIR make -s clean ## comment out for test-run cd $OPENSCADDIR ;; @@ -174,8 +174,8 @@ case $OS in # make main openscad.exe cd $DEPLOYDIR - make $TARGET ## comment out for test-run - if [ ! -e $TARGET/openscad.exe ]; then + make $TARGET ## comment out for test-run + if [ ! -e $TARGET/openscad.exe ]; then echo 'build failed. stopping.' exit fi -- cgit v0.10.1