summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-01-20 16:07:06 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-01-20 16:07:06 +0000
commit89fee4dfc6b17088b8cd69b9e1cf98b162f9b103 (patch)
treed543215f7b7609fb981169c99d6c812b70e2b29e /autogen.sh
parent2aa7855614750e0e37f9abcfceabd79566037970 (diff)
downloadgnome-desktop-89fee4dfc6b17088b8cd69b9e1cf98b162f9b103.tar.gz
Test that `which gnomevfs-copy` is NOT empty before attempting to download
2008-01-15 Vincent Untz <vuntz@gnome.org> * autogen.sh: Test that `which gnomevfs-copy` is NOT empty before attempting to download the foundation-members.list -- this resulted in the foundation members never being downloaded. fixes Bug #509730 Patch by Jonathon Jongsma <jjongsma@gnome.org> svn path=/trunk/; revision=4968
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1ca03364..553a98d4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,7 +20,7 @@ which gnome-autogen.sh || {
exit 1
}
-if test "`which gnomevfs-copy`" = ""; then
+if test "`which gnomevfs-copy`" != ""; then
gnomevfs-copy http://api.gnome.org/gnome-about/foundation-members gnome-about/foundation-members.list
fi
touch gnome-about/foundation-members.list