diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-10-24 17:30:54 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2014-10-27 11:01:26 -0700 |
commit | febfbc98572af4eba90ed90b2f8a65a8a2616311 (patch) | |
tree | 65ec69011907319c48572cf6c91ba09aa4d693b2 /images/make_zip.sh | |
parent | b9303d85e241220eea3d57b181971e34a7e68d5f (diff) | |
download | uhd-febfbc98572af4eba90ed90b2f8a65a8a2616311.tar.gz uhd-febfbc98572af4eba90ed90b2f8a65a8a2616311.tar.bz2 uhd-febfbc98572af4eba90ed90b2f8a65a8a2616311.zip |
utils: Minor fixes in images downloader and packaging scripts
Diffstat (limited to 'images/make_zip.sh')
-rwxr-xr-x | images/make_zip.sh | 2 |
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 |