]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
small fix
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 8 Feb 2007 17:31:33 +0000 (17:31 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 8 Feb 2007 17:31:33 +0000 (17:31 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@157 04377dda-e619-0410-9926-eae83683ac58

src/simplaret

index a1ab83c6218d03cd13ff0448a369cf00dbe9d44a..f306a1192898bac5709149664ca3a3b13c405a51 100755 (executable)
@@ -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