Silence unwanted warning from script

v0.27.3
Robin Mills 8 years ago
parent 78e7cc8f69
commit a348b23f71

@ -54,7 +54,7 @@ if [ -e Adobe/$SDK/libXMPCore.a ]; then ls -alt Adobe/$SDK/libXMPCore.a ; exit 0
## ##
# Download the code from Adobe # Download the code from Adobe
if [ ! -e Adobe/$SDK ]; then ( if [ ! -e Adobe/$SDK ]; then (
mkdir Adobe mkdir -p Adobe
cd Adobe cd Adobe
if curl -O http://download.macromedia.com/pub/developer/xmp/sdk/$ZIP.zip ; then if curl -O http://download.macromedia.com/pub/developer/xmp/sdk/$ZIP.zip ; then
unzip $ZIP.zip unzip $ZIP.zip

Loading…
Cancel
Save