Merge "Use --tmpdir with mktemp"

This commit is contained in:
Jenkins 2014-08-28 14:56:50 +00:00 committed by Gerrit Code Review
commit 99949120d0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if [ "$show_list" == "1" ] ; then
exit 0
fi
PROFILE_DIR=$(mktemp -d /tmp/profiledir.XXXXXX)
PROFILE_DIR=$(mktemp -d --tmpdir profiledir.XXXXXX)
ENVIRONMENT_D_DIR=$target_dir/../environment.d