From e86920147bb1ebe442fcaeb8f6da5040359918cb Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 4 Nov 2008 18:07:07 +0000 Subject: [PATCH] Use = instead of == for comparision. (dash compatibility) svn path=/trunk/; revision=30 --- tools/build/gnome-shell-build-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh index 5132b7689..78ccd6960 100755 --- a/tools/build/gnome-shell-build-setup.sh +++ b/tools/build/gnome-shell-build-setup.sh @@ -42,7 +42,7 @@ if [ ! -f $HOME/.jhbuildrc-custom ]; then echo "done" 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 fi