commit | eab343e7e1e5331df833aa69f14584e4a6c738f1 | [log] [tgz] |
---|---|---|
author | Ron Yorston <rmy@tigress.co.uk> | Mon Oct 08 11:47:22 2012 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Oct 08 11:47:22 2012 +0200 |
tree | ca06fdb10773a4ff8481cb72468849c7b55cf150 | |
parent | 8dc6d1a813e2be33ecfcf3fa97a1b5aae05a8631 [diff] |
mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set Use mktemp instead of tempnam for compatibility with real mktemp. Don't let mktemp fail silently, print some simple error messages. Don't ignore -q. Signed-off-by: Tito Ragusa <farmatito@tiscali.it> Signed-off-by: Ron Yorston <rmy@tigress.co.uk> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>