summaryrefslogtreecommitdiff
path: root/scripts/get-metadata.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get-metadata.sh')
-rwxr-xr-xscripts/get-metadata.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get-metadata.sh b/scripts/get-metadata.sh
index 913bda72..053a0a8e 100755
--- a/scripts/get-metadata.sh
+++ b/scripts/get-metadata.sh
@@ -23,9 +23,9 @@ EOF
fi
if [ `uname -s` == "Darwin" ]; then
- SEDI='sed -i "" '
+ SEDI="sed -i '' "
else
- SEDI='sed -i'
+ SEDI="sed -i"
fi
script_cwd=`dirname "$0"`