Skip to content

Commit

Permalink
support another version mktemp(1).
Browse files Browse the repository at this point in the history
  • Loading branch information
n-miyo committed Dec 13, 2010
1 parent 5153079 commit 9484865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdconv
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ warn()

create_workdir()
{
WORKDIR=`mktemp -d ${PROGNAME}.XXXXXXXXXX`
WORKDIR=`mktemp -td ${PROGNAME}.XXXXXXXXXX`
[ $? -eq 0 ] || err 1 "Can't create temp dir"
}

Expand Down

0 comments on commit 9484865

Please sign in to comment.