mirror of
https://github.com/Lakr233/GitLab-License-Generator.git
synced 2026-01-30 03:45:36 +02:00
fix: failed exec in find cmd
This commit is contained in:
2
make.sh
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user