From: Brian Minton Date: Mon, 20 Jul 2020 18:55:11 +0000 (-0400) Subject: change mktemp to be compatible with busybox X-Git-Tag: 0.31~22 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=37a70d69445ffb765688257b79ecffb3ff0a0908 change mktemp to be compatible with busybox Signed-off-by: Brian Minton Reviewed-by: Rob Browning Tested-by: Rob Browning --- diff --git a/config/configure.inc b/config/configure.inc index e622a94..9d105ac 100644 --- a/config/configure.inc +++ b/config/configure.inc @@ -594,7 +594,7 @@ MF_PATH_INCLUDE () { # and fd 5 points to what used to be fd 1 # AC_INIT () { - __ac_tmpdir=$(mktemp -d configure-XXXXX) + __ac_tmpdir=$(mktemp -d configure-XXXXXX) __config_files="config.cmd config.sub config.h config.mak config.log" __config_detritus="config.h.tmp" rm -f $__config_files $__config_detritus