summaryrefslogtreecommitdiff
path: root/scripts/release-common.sh
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-05-13 11:57:19 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-05-13 11:57:19 (GMT)
commit0cc3bb3890fc144143bd3c11d605ca64f3c29266 (patch)
treeb60d40d61dc398f512a0321aee82fd42b739ceee /scripts/release-common.sh
parent348d13cf3bafc0369691b0fc351a75401ee79ccf (diff)
fix indentation, uncomment cd command, fix reading of username
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-xscripts/release-common.sh6
1 files changed, 3 insertions, 3 deletions
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
contact: Jan Huwald // Impressum