aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap b/scripts/bootstrap
index 264d1a7..b1b990f 100755
--- a/scripts/bootstrap
+++ b/scripts/bootstrap
@@ -252,13 +252,13 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cons \"$0\" (cdr (command-line))))"
(define (write-autogenerated-header ocomm ccomm)
(for-each
(lambda (line)
(display ocomm)
(display line)
(if ccomm
- (displat ccomm))
+ (display ccomm))
(newline))
autogenerated-file-header))
(define (write-string-list arg . rest)
(let ((indent (make-string (if (null? rest) 0 (car rest)) #\space)))
(for-each

Return to:

Send suggestions and report system problems to the System administrator.