From 052c207a9ca2b478f957a811a761e45c7aef680f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 7 Jun 2020 15:14:07 -0400 Subject: Remove mktemp options from mkbuiltins, mktokens Why even? --- bin/1sh/mktokens | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/1sh/mktokens') diff --git a/bin/1sh/mktokens b/bin/1sh/mktokens index 39163663..f0d80cc5 100644 --- a/bin/1sh/mktokens +++ b/bin/1sh/mktokens @@ -38,7 +38,7 @@ # token marks the end of a list. The third column is the name to print in # error messages. -temp=`mktemp -t ka` +temp=`mktemp` cat > $temp <<\! TEOF 1 end of file TNL 0 newline -- cgit 1.4.1