fix: failed `exec` in `find` cmd
This commit is contained in:
parent
fbb51de761
commit
1d80441408
2
make.sh
2
make.sh
|
@ -72,7 +72,7 @@ Darwin*)
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# replace `require 'gitlab/license/` with `require 'license/` to make it work
|
# 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
|
popd >/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue