fix shell expansion of ~

This commit is contained in:
Gabriel Ebner 2013-05-06 19:29:54 +02:00
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