Use = instead of == for comparision. (dash compatibility)
svn path=/trunk/; revision=30
This commit is contained in:
parent
e82e60f71b
commit
e86920147b
@ -42,7 +42,7 @@ if [ ! -f $HOME/.jhbuildrc-custom ]; then
|
|||||||
echo "done"
|
echo "done"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x`echo $PATH | grep $HOME/bin`" == x; then
|
if test "x`echo $PATH | grep $HOME/bin`" = x; then
|
||||||
echo "PATH does not contain $HOME/bin, it is recommended that you add that."
|
echo "PATH does not contain $HOME/bin, it is recommended that you add that."
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user