From a679d9f46e8244af7fbb83a2f6d8712f527f4447 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 18 Sep 2012 05:44:11 +0200 Subject: Quote the template. --- src/platform/darwin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platform/darwin.sh') diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh index 3370618..343c7ee 100644 --- a/src/platform/darwin.sh +++ b/src/platform/darwin.sh @@ -21,7 +21,7 @@ tmpdir() { rmdir "$tmp_dir" } trap cleanup_tmp INT TERM EXIT - tmp_dir="$(mktemp -t $template -d)" + tmp_dir="$(mktemp -t "$template" -d)" ramdisk_dev="$(hdid -drivekey system-image=yes -nomount 'ram://32768' | cut -d ' ' -f 1)" # 32768 sectors = 16 mb [[ -z $ramdisk_dev ]] && exit 1 newfs_hfs -M 700 "$ramdisk_dev" &>/dev/null || exit 1 -- cgit v1.2.3