Skip to content

Commit

Permalink
fix: stop extra infex.js"" files being created and breaking windows
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 25, 2024
1 parent e9f8099 commit f3456f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fix-glyphmaps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3456f1

Please sign in to comment.