aboutsummaryrefslogtreecommitdiffstats
path: root/images/make_zip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'images/make_zip.sh')
-rwxr-xr-ximages/make_zip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_zip.sh b/images/make_zip.sh
index 0c59238a0..b2e9645ef 100755
--- a/images/make_zip.sh
+++ b/images/make_zip.sh
@@ -18,7 +18,7 @@ fi
if [ -e "images/LICENSE" ]; then
rm images/LICENSE
fi
-TAGFILES=`ls images/*.tag`
+TAGFILES=`ls images/*.tag 2>/dev/null`
if [ -n "$TAGFILES" ]; then
rm $TAGFILES
fi