diff --git a/scripts/fix-glyphmaps.sh b/scripts/fix-glyphmaps.sh index ba1261abe..415e059d0 100755 --- a/scripts/fix-glyphmaps.sh +++ b/scripts/fix-glyphmaps.sh @@ -7,7 +7,7 @@ set -e if [ "$OSTYPE" == "osx" ]; then ISED='sed -i ""' else # $OSTYPE == linux64 - ISED='sed -i""' + ISED='sed -i' fi $ISED 's/..\/glyphmaps/..\/..\/glyphmaps/' lib/commonjs/index.js