From f19916f0775d6e16ca5a50043a5fa3a84ffdfadc Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 20 Apr 2009 23:06:19 +0200 Subject: [PATCH] 'fixed space' --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index f67e3012e..a395c844b 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2063,7 +2063,7 @@ getraidarrays() { getcryptsetup() { CRYPTSETUP="" - if ! [ "$(cryptsetup status $(basename $PART_ROOT) | grep inactive) " ]; then + if ! [ "$(cryptsetup status $(basename $PART_ROOT) | grep inactive)" ]; then CRYPTDEVICE="$(echo $(cryptsetup status $(basename $PART_ROOT) | grep device: | sed -e 's#device:##g'))" CRYPTNAME="$(basename $PART_ROOT)" CRYPTSETUP="cryptdevice=$CRYPTDEVICE:$CRYPTNAME"