changeset 1691:9b1cbc13dfdc draft

Fix longopts (pointed out by Hyejin Kim).
author Rob Landley <rob@landley.net>
date Tue, 10 Feb 2015 22:51:23 -0600
parents 7b6437d0e754
children ed94226a879e
files toys/lsb/mktemp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/lsb/mktemp.c	Mon Feb 09 17:47:29 2015 -0600
+++ b/toys/lsb/mktemp.c	Tue Feb 10 22:51:23 2015 -0600
@@ -4,7 +4,7 @@
  *
  * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/mktemp.html
 
-USE_MKTEMP(NEWTOY(mktemp, ">1q(directory)d(tmpdir)p:", TOYFLAG_BIN))
+USE_MKTEMP(NEWTOY(mktemp, ">1qd(directory)p(tmpdir):", TOYFLAG_BIN))
 
 config MKTEMP
   bool "mktemp"