[scripts] iso_build.sh: --pushonly implies --push

This commit is contained in:
Fabio Erculiani
2013-05-27 06:26:15 +02:00
parent be05c3e7d2
commit 866eefaf50
+1 -1
View File
@@ -36,7 +36,7 @@ for arg in "$@"; do
[[ "${arg}" = "--push" ]] && DO_PUSH="1"
[[ "${arg}" = "--stdout" ]] && DO_STDOUT="1"
[[ "${arg}" = "--sleepnight" ]] && DO_SLEEPNIGHT="1"
[[ "${arg}" = "--pushonly" ]] && DO_PUSHONLY="1"
[[ "${arg}" = "--pushonly" ]] && DO_PUSHONLY="1" && DO_PUSH="1"
[[ "${arg}" = "--torrents" ]] && MAKE_TORRENTS="1"
done