From: rhatto Date: Sun, 8 Apr 2007 03:04:39 +0000 (+0000) Subject: small change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=38860a77c2fb0dd2b92bf30e779dd405e8800940;p=simplepkg.git small change git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@324 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/trunk/src/simplaret b/trunk/src/simplaret index d79f7c0..cbb6cb7 100755 --- a/trunk/src/simplaret +++ b/trunk/src/simplaret @@ -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