mirror of
https://github.com/Lakr233/GitLab-License-Generator.git
synced 2026-01-30 11:55:35 +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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user