diff options
author | Christian Persch <chpe@src.gnome.org> | 2006-12-31 15:46:08 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-12-31 15:46:08 +0000 |
commit | e4c8ce77919b315e43f1d9db007e5a29dd99c15f (patch) | |
tree | ab9573414c06accd981c8976a69e72ebdb66c953 /autogen.sh | |
parent | af107783f148010ddb39127ce565d9d8594794e8 (diff) | |
download | epiphany-e4c8ce77919b315e43f1d9db007e5a29dd99c15f.tar.gz |
s/cvs/svn/g
svn path=/trunk/; revision=6773
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 7177c5166..93c3f2a2d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,7 @@ PKG_NAME="epiphany" } which gnome-autogen.sh || { - echo "You need to install gnome-common from GNOME CVS and make" + echo "You need to install gnome-common from GNOME SVN and make" echo "sure the gnome-autogen.sh script is in your \$PATH." exit 1 } |