Use $TMPDIR if set (necessary on Android, where there is no /tmp).
authorElliot Hughes <enh@google.com>
Sun, 8 Feb 2015 01:27:59 +0000 (19:27 -0600)
committerElliot Hughes <enh@google.com>
Sun, 8 Feb 2015 01:27:59 +0000 (19:27 -0600)
commit831a085a8d36cfb4fa064bdddb6bd0a434d4b3e1
tree1ba9e529c3aae7847974956141939ef13e5c8826
parent912b2be5e53f2656727beb3158c8d97ad6b1f6f2
Use $TMPDIR if set (necessary on Android, where there is no /tmp).
Include full template in error messages.
Don't report success on failure with -q.
Avoid unnecessary allocation.
Fix "xxxxxx" versus "XXXXXX" confusion.
toys/lsb/mktemp.c