From 70967657168ef022ee56c7843c9e9bd11c7ce9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 12 Jul 2009 21:57:11 +0000 Subject: [PATCH] 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 --- data/system/boot/InstallerFinishScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/system/boot/InstallerFinishScript b/data/system/boot/InstallerFinishScript index ff3933c13f..a551106a92 100644 --- a/data/system/boot/InstallerFinishScript +++ b/data/system/boot/InstallerFinishScript @@ -15,5 +15,5 @@ fi mkdir -p "$mount/var/tmp" -makebootable $mount +makebootable "$mount"