We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be01069 commit af2dfa6Copy full SHA for af2dfa6
.project-template/fill_template_vars.sh
@@ -33,7 +33,7 @@ _replace() {
33
local find_cmd=(find "$PROJECT_ROOT" ! -perm -u=x ! -path '*/.git/*' ! -path '*/venv*/*' -type f)
34
35
if [[ $(uname) == Darwin ]]; then
36
- "${find_cmd[@]}" -exec sed -i '' "$1" {} +
+ LC_ALL=C "${find_cmd[@]}" -exec sed -i '' "$1" {} +
37
else
38
"${find_cmd[@]}" -exec sed -i "$1" {} +
39
fi
.project-template/refill_template_vars.sh
@@ -1,2 +1,2 @@
1
-TEMPLATE_DIR=$(dirname $(readlink -f "$0"))
+TEMPLATE_DIR=$(dirname "$0")
2
<"$TEMPLATE_DIR/template_vars.txt" "$TEMPLATE_DIR/fill_template_vars.sh"
0 commit comments