From a7e949c0779787e3677178363b664960346449d5 Mon Sep 17 00:00:00 2001 From: Francois Charette Date: Tue, 12 May 2009 11:48:12 +0200 Subject: fixed redirection of error msgs in get_svnpath Signed-off-by: Aaron Griffin --- db-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db-functions') diff --git a/db-functions b/db-functions index 99de756..f052bad 100644 --- a/db-functions +++ b/db-functions @@ -99,8 +99,8 @@ get_svnpath () { #get_svnpath reponame eval repopath=${var} if [ -z "$repopath" ]; then - echo "ERROR: SVN path not defined for '${1}'" >2 - echo " Please check SVNREPO_${1} config setting" >2 + echo "ERROR: SVN path not defined for '${1}'" 2> + echo " Please check SVNREPO_${1} config setting" 2> fi echo "$repopath" -- cgit v1.2.3-24-g4f1b