use better tmp dir

Este commit está contenido en:
AJ ONeal 2018-07-26 22:07:02 +00:00
padre 95c0caf4be
commit 92ec7ad5b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -9,7 +9,7 @@ set -u
set -o pipefail
if [ -z "${my_tmp-}" ]; then
my_tmp=$(mkdir -p)
my_tmp="$(mktemp -d -t node-installer.XXXXXXXX)"
fi
if [ -z "${PREFIX-}" ]; then
PREFIX=""