- 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
This commit is contained in:
Bruno G. Albuquerque 2009-09-02 23:14:21 +00:00
parent c3a4c476cf
commit a6996bf541
1 changed files with 1 additions and 1 deletions

View File

@ -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