From 1a0d008011f301fd8e9b22660f73977d19d78211 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Fri, 21 Oct 2005 13:44:16 +0000
Subject: [PATCH] Fix typo.  It's ":-", not "-:"!

---
 tools/build-world.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build-world.sh b/tools/build-world.sh
index 5cfe6842c..9a76e1043 100755
--- a/tools/build-world.sh
+++ b/tools/build-world.sh
@@ -43,7 +43,7 @@ $LISP "$@" -noinit -nositeinit <<EOF
 (comf "target:tools/setup" :load t)
 
 (setq *gc-verbose* nil)
-(setq *interactive* ${INTERACTIVE-:nil})
+(setq *interactive* ${INTERACTIVE:-nil})
 (setq debug:*debug-print-level* nil)
 (setq debug:*debug-print-length* nil)
 
-- 
GitLab