fix: failed exec in find cmd

This commit is contained in:
FMotalleb
2024-10-31 14:09:12 +03:30
parent fbb51de761
commit 1d80441408

View File

@@ -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