From 9fdfec1fe8074eeb7ed2d15506929d0be3af6d56 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Thu, 18 Sep 2014 07:24:05 +1000 Subject: [PATCH] bootstrap: set HAVE_MKSTEMP on unix All reasonable unix platforms have mkstemp(), so use it in bootstrap jimsh. Without it, exec is non-functional. (Previously it was just assumed to exist in [exec], but not [file tempfile]) Signed-off-by: Steve Bennett --- make-bootstrap-jim | 1 + 1 file changed, 1 insertion(+) diff --git a/make-bootstrap-jim b/make-bootstrap-jim index 80e73f3..c181108 100755 --- a/make-bootstrap-jim +++ b/make-bootstrap-jim @@ -81,6 +81,7 @@ cat <