aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap')
-rwxr-xr-xscripts/bootstrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bootstrap b/scripts/bootstrap
index 23fe96c..288f0e9 100755
--- a/scripts/bootstrap
+++ b/scripts/bootstrap
@@ -294,10 +294,10 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cons \"$0\" (cdr (command-line))))"
(format #t "if test $~A = yes; then~%" var-name)
(thunk)
(display "fi\n")))
- (format #t "if test $~A = yes; then~%" var-name)
(let ((libraries (assoc-ref moddef 'libraries)))
(cond
((and libraries (not (null? libraries)))
+ (format #t "if test $~A = yes; then~%" var-name)
(display " GAMMA_LIB_LIST=\"$GAMMA_LIB_LIST")
(for-each
(lambda (root)
@@ -312,8 +312,8 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cons \"$0\" (cdr (command-line))))"
(format #t " install-~A-hook" root))
libraries)
(display #\")
- (newline))))
- (display "fi\n")))
+ (newline)
+ (display "fi\n"))))))
(define (empty-string-list? lst)
(cond

Return to:

Send suggestions and report system problems to the System administrator.