* A. Pagaltzis <[EMAIL PROTECTED]> [2007-04-22 03:50]: > TMPDIR=`mktemp -d` > mkdir "$TMPDIR"
Whoops, `mktemp` creates the temporary directory itself, no `mkdir` necessary. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>
* A. Pagaltzis <[EMAIL PROTECTED]> [2007-04-22 03:50]: > TMPDIR=`mktemp -d` > mkdir "$TMPDIR"
Whoops, `mktemp` creates the temporary directory itself, no `mkdir` necessary. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>