X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/85d3810bff9add23ef3bd9e30b02821b3e6b9279..1b9c276c3efe53818772087cbf3f696682125574:/dot/bash_profile diff --git a/dot/bash_profile b/dot/bash_profile index abd3463..513f754 100644 --- a/dot/bash_profile +++ b/dot/bash_profile @@ -49,7 +49,7 @@ __mdw_addto () { l) val=${new#:}:$val;; r) val=$val$new;; esac - case $change in t) export $var=$val ;; esac + case $change in t) export $var="$val" ;; esac } # --- Set the path variable ---