From a348b23f7114976cf53d302a2c5ac0d3cc40b584 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 23 Aug 2017 10:29:12 +0100 Subject: [PATCH] Silence unwanted warning from script --- xmpsdk/buildXMPsdk.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmpsdk/buildXMPsdk.sh b/xmpsdk/buildXMPsdk.sh index 11e73a3a..c46d1783 100755 --- a/xmpsdk/buildXMPsdk.sh +++ b/xmpsdk/buildXMPsdk.sh @@ -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