Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Switch to BSD-style mktemp flag for bt
Browse files Browse the repository at this point in the history
  • Loading branch information
oldpatricka committed May 26, 2011
1 parent baafcbe commit 6a0f86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bt-nimbus.sh
Expand Up @@ -27,7 +27,7 @@ function on_exit()
}

if [ "X$work_dir" == "X" ]; then
work_dir=`mktemp --tmpdir=$HOME -d -t tmp.XXXXXXXXXX`
work_dir=`mktemp -p $HOME -d -t tmp.XXXXXXXXXX`
fi

bd=`dirname $0`
Expand Down

0 comments on commit 6a0f86c

Please sign in to comment.