]> arthur.barton.de Git - bup.git/commitdiff
change mktemp to be compatible with busybox
authorBrian Minton <brian@minton.name>
Mon, 20 Jul 2020 18:55:11 +0000 (14:55 -0400)
committerRob Browning <rlb@defaultvalue.org>
Wed, 29 Jul 2020 00:17:04 +0000 (19:17 -0500)
Signed-off-by: Brian Minton <brian@minton.name>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
config/configure.inc

index e622a946eecc66cb7367c59e4235c04ae9a9e28d..9d105ac7a2b8901087fcc13f8e97d1f6fc87476f 100644 (file)
@@ -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