summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2012-10-05 13:57:31 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2012-10-05 13:57:31 -0400
commitf6c2902fe484b572e136661c1a5a42f64894a36e (patch)
treec76daded55f672b45c07c877524bcc4984fa72e6 /tools
parent1e890a8a0a6705ea59fc9c53f4265768d0ccdab6 (diff)
downloadgnome-shell-f6c2902fe484b572e136661c1a5a42f64894a36e.tar.gz
gnome-shell-build-setup.sh: Fix warning about git-bz symlink
The warning when changing the git-bz symlink triggered on initial install. Suppress that.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/gnome-shell-build-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh
index 8ff7fbbc9..a3c0cbe6f 100755
--- a/tools/build/gnome-shell-build-setup.sh
+++ b/tools/build/gnome-shell-build-setup.sh
@@ -339,7 +339,7 @@ old="`readlink $HOME/bin/git-bz`"
new="`readlink $HOME/bin/git-bz`"
echo "done"
-if test "$old" != "$new" ; then
+if test "$old" != "$new" -a "$old" != "" ; then
echo "WARNING: $HOME/bin/git-bz was changed from '$old' to '$new'"
fi