Silence unwanted warning from script

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

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

Loading…
Cancel
Save