From 37d32ee7493c7e2a5212ff5a5a89621ecd2364d1 Mon Sep 17 00:00:00 2001 From: zodiac Date: Thu, 9 Jul 2009 07:51:10 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://shellinabox.googlecode.com/svn/trunk@148 0da03de8-d603-11dd-86c2-0f8696b7b6f9 --- 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