From 65240a0d607c1904c2d319974e2ef05274c00f6b Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Thu, 2 Aug 2018 17:17:00 +0800 Subject: [PATCH] Fix small typo in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7d2d81..74115ef 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ test-fw: tbxi.hqx # START THE TEST MACHINE IN TARGET DISK MODE rm -f "/Volumes/$(REMOTE_DISK_NAME)/System Folder/Mac OS ROM" binhex -o "/Volumes/$(REMOTE_DISK_NAME)/System Folder/Mac OS ROM" $< - diskutil unmountDisk force /dev/`diskutil info /Volumes/Alpha/ | grep "Part of Whole" | sed 's/.*:\s*//'` + diskutil unmountDisk force /dev/`diskutil info /Volumes/$(REMOTE_DISK_NAME)/ | grep "Part of Whole" | sed 's/.*:\s*//'` tput bel && say "ROM copied." test-netfw: tbxi.hqx