X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/6e485064b17a5d7fbda5709d0dcd63567191407b..47539e6a01eaa5ef266480ead4229e387bfa257f:/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 ---