diff options
Diffstat (limited to 'bin/1sh/mktokens')
-rw-r--r-- | bin/1sh/mktokens | 2 |
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 |