From 277fc975d2f9f6e6e1142af8dd38b3d3af53e903 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 9 Jul 2009 16:56:39 +0200 Subject: fix syntax error Signed-off-by: Aaron Griffin --- db-move | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-move') diff --git a/db-move b/db-move index 0759ba2..0cc8aa4 100755 --- a/db-move +++ b/db-move @@ -22,7 +22,7 @@ ftppath_to="$FTP_BASE/$repoto/os/" svnrepo_from="$repofrom-$_arch" svnrepo_to="$repoto-$_arch" svnpath="$(get_svnpath $repoto)" -if [ "$svnpath" != "$(get_svnpath $repofrom" ]; then +if [ "$svnpath" != "$(get_svnpath $repofrom)" ]; then echo "ERROR: Cannot move packages across SVN repos" echo " A move must be within the same svn repo" fi -- cgit v1.2.3-24-g4f1b