summary refs log tree commit diff
path: root/bin/1sh/mktokens
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-07 15:14:07 -0400
committerJune McEnroe <june@causal.agency>2020-06-07 15:14:07 -0400
commit052c207a9ca2b478f957a811a761e45c7aef680f (patch)
treef40e96f5ed92c4d80b0bb98dadebd0c23c8094c9 /bin/1sh/mktokens
parentCast z_stream fields to size_t (diff)
downloadsrc-052c207a9ca2b478f957a811a761e45c7aef680f.tar.gz
src-052c207a9ca2b478f957a811a761e45c7aef680f.zip
Remove mktemp options from mkbuiltins, mktokens
Why even?
Diffstat (limited to '')
-rw-r--r--bin/1sh/mktokens2
1 files changed, 1 insertions, 1 deletions
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