bash_profile: The whitespace fixes broke __mdw_conf -- unbreak it.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 31 Jan 2007 16:13:26 +0000 (16:13 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 31 Jan 2007 16:13:26 +0000 (16:13 +0000)
Ooops.

bash_profile

index 8c7dca6..1f0306c 100644 (file)
@@ -59,7 +59,7 @@ __mdw_addto () {
 __mdw_conf () {
   local var=$1
   val=`sed -n "
-    /^[                ]*$var[         ]*=[    ]*\(\|.*[^      ]\)[    ]*$/ {
+    /^[         ]*$var[         ]*=[    ]*\(\|.*[^      ]\)[    ]*$/ {
       s//\1/; p; q
     }
   " ${MDWCONF-$HOME/.mdw.conf}`