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.
This commit is contained in:
parent
1e890a8a0a
commit
f6c2902fe4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user