From 8d12f60f19e30d46b0dfbbd8415809b31a7f4075 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 8 Feb 2007 17:31:33 +0000 Subject: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@157 04377dda-e619-0410-9926-eae83683ac58 --- src/simplaret | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/simplaret b/src/simplaret index a1ab83c..f306a11 100755 --- a/src/simplaret +++ b/src/simplaret @@ -185,13 +185,13 @@ function simplaret_repository_name { elif echo $repository | grep -qe %; then repository_name="`echo $repository | cut -d % -f 1`" if [ -z "$repository_name" ]; then - echo you should set a name for the repository $repository - echo please correct your $REPOS_CONF + echo $BASENAME: you should set a name for the repository $repository + echo $BASENAME: please correct your $REPOS_CONF exit 1 fi else - echo you should set a name for the repository $repository - echo please correct your $REPOS_CONF + echo $BASENAME: you should set a name for the repository $repository + echo $BASENAME: please correct your $REPOS_CONF exit 1 fi @@ -204,13 +204,13 @@ function simplaret_repository_url { if echo $repository | grep -qe %; then repository_url="`echo $repository | cut -d % -f 2`" if [ -z "$repository_url" ]; then - echo you should set a url for the repository $repository - echo please correct your $REPOS_CONF + echo $BASENAME: you should set a url for the repository $repository + echo $BASENAME: please correct your $REPOS_CONF exit 1 fi else - echo you should set a url for the repository $repository - echo please correct your $REPOS_CONF + echo $BASENAME: you should set a url for the repository $repository + echo $BASENAME: please correct your $REPOS_CONF exit 1 fi -- cgit v1.2.3