Skip to content

Commit

Permalink
Fixed bug in find.sh that caused the script to fail on some systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
amekkawi committed Apr 6, 2013
1 parent d59b0a0 commit d7418b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/find.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function determine_escaping() {
TMPDIR="${TMPDIR%/}"

# Create a temp directory.
escapetestdir=$(mktemp -d "$tmpdir/diskusagereports-findsh-escapetest.XXXXXXXXXX" 2> /dev/null)
escapetestdir=$(mktemp -d "$TMPDIR/diskusagereports-findsh-escapetest.XXXXXXXXXX" 2> /dev/null)

# Check that directory was created,
# and create a test file.
Expand Down

0 comments on commit d7418b7

Please sign in to comment.