From 0614f436d8a23514b064aabefd52e105a3a25c33 Mon Sep 17 00:00:00 2001 From: Jupiter Jones Date: Sat, 13 Mar 2021 10:21:22 +1100 Subject: [PATCH] updated gsdevkit_launcher use of mktemp to support both linux and OSX on OSX the -p option is not supported and the XXX replacement only works if it's at the end of the file name. command was changed to: mktemp /tmp/gsdevkit.XXXXXXXXXX --- alt_bin/gsdevkit_launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alt_bin/gsdevkit_launcher b/alt_bin/gsdevkit_launcher index 5c321ee1..d56b8936 100755 --- a/alt_bin/gsdevkit_launcher +++ b/alt_bin/gsdevkit_launcher @@ -219,7 +219,7 @@ else ifErr2="" topazExit="EXIT" fi -vmScriptFile=`mktemp -p /tmp tmp.XXXXXXXXXX.gsdevkit` +vmScriptFile=`mktemp /tmp/gsdevkit.XXXXXXXXXX` pwd=`pwd` cat - > $vmScriptFile << EOF