From a6996bf5413c9427835bdbd7a6b970de39b777e5 Mon Sep 17 00:00:00 2001 From: "Bruno G. Albuquerque" Date: Wed, 2 Sep 2009 23:14:21 +0000 Subject: [PATCH] - Fix an issue with using update-install to a partition that has spaces in its name. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32911 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/scripts/build_haiku_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/build_haiku_image b/build/scripts/build_haiku_image index a981794ae8..45e0ed6d58 100755 --- a/build/scripts/build_haiku_image +++ b/build/scripts/build_haiku_image @@ -35,7 +35,7 @@ fi # path of the actual device path under Linux). if readlink -f "$imagePath" &> /dev/null; then normalizedImagePath=$(readlink -f "$imagePath") - if [ $normalizedImagePath ]; then + if [ "$normalizedImagePath" ]; then imagePath="$normalizedImagePath" fi fi