summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-18 20:05:21 +0200
committerStef Walter <stefw@gnome.org>2014-05-21 10:58:25 +0200
commitb8342f2bf79d5591d4d976174242823ccf03a7af (patch)
tree33227ccf2f898cd4de11af0d085d414c4cac649a
parent4cc05717bfedd54b6595c956ad81e8e58b004f24 (diff)
autogen.sh: Change CVS to Git in error message
GNOME has migrated to Git, so the error message should no longer refer to the GNOME CVS. https://bugzilla.gnome.org/show_bug.cgi?id=730340
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 67848dd..d5c782b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,7 +15,7 @@ test -z "$srcdir" && srcdir=.
}
which gnome-autogen.sh || {
- echo "You need to install gnome-common from the GNOME CVS"
+ echo "You need to install gnome-common from the GNOME Git"
exit 1
}