diff options
Diffstat (limited to 'trunk/src/simplaret')
-rwxr-xr-x | trunk/src/simplaret | 4 |
1 files changed, 2 insertions, 2 deletions
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 |