Skip to content

Commit

Permalink
hwloc-gather-topology: better name for the temp directory
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed May 8, 2018
1 parent d0c2a33 commit b4488b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/hwloc/hwloc-gather-topology.in
Expand Up @@ -90,7 +90,7 @@ if [ ! -w "$dirname" ] ; then
exit 1
fi

destdir=`mktemp -d`
destdir=`mktemp -d --tmpdir hwloc-gather-topology.XXXXXXXX`

# Use cat so that we properly get proc/sys files even if their
# file length is wrong
Expand Down

0 comments on commit b4488b5

Please sign in to comment.