Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit dca411d

Browse files
committed
Escape PATH variable
1 parent f893d6f commit dca411d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [[ -z ${CHANG_HOME:-} ]]; then
3535
cat <<EOF | tee -a "$bashrc"
3636
3737
export CHANG_HOME=${chang_home/$HOME/~}
38-
export PATH="\$CHANG_HOME/bin:$PATH"
38+
export PATH="\$CHANG_HOME/bin:\$PATH"
3939
source \$CHANG_HOME/chang-bash-completion
4040
4141
EOF
@@ -56,7 +56,7 @@ EOF
5656
cat <<EOF | tee -a "$zshrc"
5757
5858
export CHANG_HOME=${chang_home/$HOME/~}
59-
export PATH="\$CHANG_HOME/bin:$PATH"
59+
export PATH="\$CHANG_HOME/bin:\$PATH"
6060
source \$CHANG_HOME/chang-zsh-completion
6161
6262
EOF

0 commit comments

Comments
 (0)