diff --git a/clean_dist.sh b/clean_dist.sh index 5b58358..9e40c82 100644 --- a/clean_dist.sh +++ b/clean_dist.sh @@ -3,4 +3,4 @@ # Needed to cleanup ncc output for CRLF error # Note: Avoid space between -i and empty string # so this works on linux and mac machines -sed -i '' "s/$(printf '\r')\$//" dist/index.js +sed -i"" "s/$(printf '\r')\$//" dist/index.js