diff options
author | Dave Reisner <dreisner@archlinux.org> | 2011-10-01 14:08:59 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2011-10-01 14:08:59 +0200 |
commit | 06fb998d60257ed43afd10a39fb910b869502160 (patch) | |
tree | e7b3fbcbe61ab86d6b19cfe7b2d208cac03f9145 | |
parent | beeb92cf3306a84f65ac62a6ca49424c62a6412d (diff) | |
download | mkinitcpio-06fb998d60257ed43afd10a39fb910b869502160.tar.gz mkinitcpio-06fb998d60257ed43afd10a39fb910b869502160.tar.xz |
remove duplicate "error" in error message
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rwxr-xr-x | mkinitcpio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -248,7 +248,7 @@ fi if [[ $GENIMG ]]; then IMGPATH=$(readlink -f "$GENIMG") if [[ -z $IMGPATH || ! -w ${IMGPATH%/*} ]]; then - die "error: unable to write to path: \`%s'" "$GENIMG" + die "Unable to write to path: \`%s'" "$GENIMG" fi fi |