added quotes around the mount point parameter, should fix #4063

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31532 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2009-07-12 21:57:11 +00:00
parent c4ee57cfe2
commit 7096765716
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ fi
mkdir -p "$mount/var/tmp"
makebootable $mount
makebootable "$mount"