[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-bundle/master] Actually fix that bug with shifting when there's nothing to shift.
commit ce368417b914f74383bafddd268b2f1a2e9dc509
Author: Linus Nordberg <linus@xxxxxxxxxxxxxx>
Date: Fri Aug 19 13:24:24 2016 +0200
Actually fix that bug with shifting when there's nothing to shift.
---
tools/continuous-builds/park-nightly.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/continuous-builds/park-nightly.sh b/tools/continuous-builds/park-nightly.sh
index dff87e2..378eb21 100755
--- a/tools/continuous-builds/park-nightly.sh
+++ b/tools/continuous-builds/park-nightly.sh
@@ -8,7 +8,7 @@ if [ "$1" = "-v" ]; then
fi
DESTDIR=~/public_html/builds
-if [ -n "$DESTDIR" ]; then
+if [ -n "$1" ]; then
DESTDIR=$1
shift
fi
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits