gnome-shell r30 - trunk/tools/build
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r30 - trunk/tools/build
- Date: Tue, 4 Nov 2008 18:07:07 +0000 (UTC)
Author: johan
Date: Tue Nov 4 18:07:07 2008
New Revision: 30
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=30&view=rev
Log:
Use = instead of == for comparision. (dash compatibility)
Modified:
trunk/tools/build/gnome-shell-build-setup.sh
Modified: trunk/tools/build/gnome-shell-build-setup.sh
==============================================================================
--- trunk/tools/build/gnome-shell-build-setup.sh (original)
+++ trunk/tools/build/gnome-shell-build-setup.sh Tue Nov 4 18:07:07 2008
@@ -42,7 +42,7 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]