27 Sep
2011
27 Sep
'11
1:22 a.m.
Signed-off-by: Dave Reisner <dreisner@archlinux.org> --- mkinitcpio | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mkinitcpio b/mkinitcpio index 5419d9b..a10ea43 100755 --- a/mkinitcpio +++ b/mkinitcpio @@ -275,7 +275,7 @@ if [[ -z $GENIMG ]]; then else COMPRESSION=${optcompress:-$COMPRESSION} if ! type -P "$COMPRESSION" >/dev/null; then - die "Unable to locate compression method: %s" "$optcompress" + die "Unable to locate compression method: %s" "$COMPRESSION" fi msg "Starting build: %s" "$KERNELVERSION" -- 1.7.6.4