]> andersk Git - test.git/commitdiff
Fixed typo
authorMarkus Gutschke <markus@shellinabox.com>
Thu, 9 Jul 2009 07:51:10 +0000 (07:51 +0000)
committerMarkus Gutschke <markus@shellinabox.com>
Thu, 9 Jul 2009 07:51:10 +0000 (07:51 +0000)
update

diff --git a/update b/update
index e03b877c2f3736e71451298919a1b26f9b85eef7..c252a39f8cbb02ebabd9469da88d38edf9d65ea2 100755 (executable)
--- a/update
+++ b/update
@@ -29,7 +29,7 @@ rm -rf aclocal.m4 configure config.guess config.h config.h.in config.sub      \
        ltmain.sh m4 Makefile.in
 
 svn update
-[ -z "$(svn sv|grep '^C')" ] || {
+[ -z "$(svn st|grep '^C')" ] || {
   echo "Some files could not be synchronized with the SVN repository." >&2
   echo "You have to manually resolve the merge conflicts and rerun this "     \
        "script" >&2
This page took 0.033571 seconds and 5 git commands to generate.