From 8558c425a79c803f01d51934c14dafbafd80ea84 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 12 Nov 2008 11:02:22 +0000 Subject: fix quoting --- rescue/restore-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue') diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index d0f3c1f69..5d807c4ab 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -162,7 +162,7 @@ function write_image() function expand_fs() { filesystem_type=$(dumpe2fs -h /dev/${root}1 2>/dev/null| grep "Filesystem OS type" | awk '{ print $4 }') - if [ $filesystem_type = "Linux" ]; then + if [ "$filesystem_type" = "Linux" ]; then dialog --backtitle "$BACKTITLE" --title "$TITLE" --infobox "Installing... Finishing Install..." 3 40 disk=/dev/$root main_part=/dev/${root}1 -- cgit v1.2.1