From 44e56d1a4ea779f670a8d0ac93d97ab52d95aa28 Mon Sep 17 00:00:00 2001 From: Markus Gutschke Date: Thu, 9 Jul 2009 07:51:10 +0000 Subject: [PATCH] Fixed typo --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index e03b877..c252a39 100755 --- 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 -- 2.45.1