From c2252434a3283e30df6e1489baf2a330044b4253 Mon Sep 17 00:00:00 2001 From: Asif Youssuff Date: Thu, 23 Jul 2020 13:18:29 -0400 Subject: [PATCH] Updated macOS to use mktemp --- macos-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-release.sh b/macos-release.sh index eb515ae..6682393 100644 --- a/macos-release.sh +++ b/macos-release.sh @@ -1,5 +1,5 @@ #!/bin/sh -PROFILEDIR=/tmp/tmp-fx-profile.$$.d +PROFILEDIR=`mktemp -d "${TMPDIR:-/tmp}tmp-fx-profile.XXXXXX"` mkdir $PROFILEDIR /Applications/Firefox.app/Contents/MacOS/firefox -profile $PROFILEDIR -no-remote -new-instance