- 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:
parent
c3a4c476cf
commit
a6996bf541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user