Comparison

configure @ 3052:27531070cd58

Merge 0.7->trunk
author Matthew Wild <mwild1@gmail.com>
date Tue, 18 May 2010 23:29:44 +0100
parent 3051:15150ad771df
child 3306:59d56fd49e38
comparison
equal deleted inserted replaced
3048:22f1723591f8 3052:27531070cd58
59 } 59 }
60 60
61 61
62 while [ "$1" ] 62 while [ "$1" ]
63 do 63 do
64 value="`echo $1 | sed 's/.*=\(.*\)/\1/'`" 64 value="`echo $1 | sed 's/[^=]*=\(.*\)/\1/'`"
65 if echo "$value" | grep -q "~" 65 if echo "$value" | grep -q "~"
66 then 66 then
67 echo 67 echo
68 echo '*WARNING*: the "~" sign is not expanded in flags.' 68 echo '*WARNING*: the "~" sign is not expanded in flags.'
69 echo 'If you mean the home directory, use $HOME instead.' 69 echo 'If you mean the home directory, use $HOME instead.'