summaryrefslogtreecommitdiff
path: root/autogen.sh
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-19 06:28:06 +0200
commit804eab1f3653f655f14a626eddfd3a6bac3a4049 (patch)
tree035f0352e6dddd9f741da3e6d5ac605580919873 /autogen.sh
parentbe70f66ccb20c2f09ed176b27027eaf7024f58c8 (diff)
downloadgnome-keyring-804eab1f3653f655f14a626eddfd3a6bac3a4049.tar.gz
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
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 3ea3502b..6ac30e3c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,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
}