Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 11b8fd0

Browse files
authored
Merge pull request #146 from digitalrebar/fixup-fixup
Fixup the fixup_path()
2 parents da77e04 + 1c236a4 commit 11b8fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/templates/setup.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function fixup_path() {
4141
do
4242
mkdir -p $_add_path
4343
# inject colons to avoid partial match failures
44-
grep -q ":$_add_path" <<< ":$FOO:" || export FOO="$FOO:$_add_path"
44+
grep -q ":$_add_path" <<< ":$PATH:" || export PATH="$PATH:$_add_path"
4545
done
4646
}
4747

0 commit comments

Comments
 (0)