summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-09-16 20:05:34 (GMT)
committerAlexey Neyman <stilor@att.net>2017-09-16 20:05:34 (GMT)
commitff4485ad30ab866a908ba8ef26f9798db8f72809 (patch)
tree86a4d4b7cdad64b3ed5607ffff53d7897333538d /maintainer
parent8bf31117bc2036dc64e410ecd603ac3c2dbfb4f8 (diff)
Update gcc-linaro to 2017.08
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer')
-rwxr-xr-xmaintainer/test-packages.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/maintainer/test-packages.sh b/maintainer/test-packages.sh
index 42aaad7..6049f25 100755
--- a/maintainer/test-packages.sh
+++ b/maintainer/test-packages.sh
@@ -61,6 +61,11 @@ while [ -n "${1}" ]; do
shift
done
+if [ -z "${download_pkgs}${verify_urls}" ]; then
+ echo "No action selected" >&2
+ exit 1
+fi
+
CT_LIB_DIR=`pwd`
CT_TOP_DIR=`pwd`
CT_TARBALLS_DIR=`pwd`/temp.tarballs