]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
small change
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sun, 8 Apr 2007 03:04:39 +0000 (03:04 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sun, 8 Apr 2007 03:04:39 +0000 (03:04 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@324 04377dda-e619-0410-9926-eae83683ac58

trunk/src/simplaret

index d79f7c00e1f432a0590f07969f268ffd6a6bff5c..cbb6cb703fa3489aa76a53292479b72c424ae665 100755 (executable)
@@ -845,12 +845,12 @@ function simplaret_install {
       LAST_DOWNLOADED_PACKAGE="0"
 
     else
-      echo "error: could not install package $1: file not found"
+      echo "Error: could not install package $1: file not found"
       LAST_DOWNLOADED_PACKAGE="0"
       return 1
     fi
   else
-    echo "error: could not install package $1"
+    echo "Error: could not install package $1"
     LAST_DOWNLOADED_PACKAGE="0"
     return 1
   fi