summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-10-01 14:08:59 +0200
committerDave Reisner <dreisner@archlinux.org>2011-10-01 14:08:59 +0200
commit06fb998d60257ed43afd10a39fb910b869502160 (patch)
treee7b3fbcbe61ab86d6b19cfe7b2d208cac03f9145
parentbeeb92cf3306a84f65ac62a6ca49424c62a6412d (diff)
downloadmkinitcpio-06fb998d60257ed43afd10a39fb910b869502160.tar.gz
mkinitcpio-06fb998d60257ed43afd10a39fb910b869502160.tar.xz
remove duplicate "error" in error message
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rwxr-xr-xmkinitcpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio b/mkinitcpio
index b4c6959..5e57665 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -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