fix shell expansion of ~
This commit is contained in:
parent
4bf8c30247
commit
4ec50b79f3
@ -18,7 +18,7 @@ add_myprefix_to() {
|
||||
add_to "$1" "$MYPREFIX/$2"
|
||||
}
|
||||
|
||||
export MYPREFIX=~/.local
|
||||
export MYPREFIX=$HOME/.local
|
||||
|
||||
add_to PATH /sbin
|
||||
add_to PATH /usr/sbin
|
||||
|
Loading…
Reference in New Issue
Block a user