dot/xinitrc: Start gnome-session(1).
[profile] / dot / bash_profile
index abd3463..513f754 100644 (file)
@@ -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 ---