diff --git a/make.sh b/make.sh index 7953bd3..6aa858e 100755 --- a/make.sh +++ b/make.sh @@ -72,7 +72,7 @@ Darwin*) esac # replace `require 'gitlab/license/` with `require 'license/` to make it work -find . -type f -exec "$sed_i_cmd" 's/require '\''gitlab\/license\//require_relative '\''license\//g' {} \; +find . -type f -exec $sed_i_cmd 's/require '\''gitlab\/license\//require_relative '\''license\//g' {} \; popd >/dev/null