summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/boot.scm
diff options
context:
space:
mode:
authorGravatar Andy Wingo2008-02-28 14:28:38 +0100
committerGravatar Andy Wingo2008-02-28 14:28:38 +0100
commit436ef221345ca074ff82115e359c9a85b5c70b1a (patch)
tree02cdf2d36912f1d6e97d0ee6c353d491f72f37cd /tekuti/boot.scm
parenteae227142ccd58ebe6e9856c02bae1990b19df38 (diff)
downloadtekuti-436ef221345ca074ff82115e359c9a85b5c70b1a.tar.gz
tekuti-436ef221345ca074ff82115e359c9a85b5c70b1a.zip
continuing simplification work
Diffstat (limited to 'tekuti/boot.scm')
-rw-r--r--tekuti/boot.scm8
1 files changed, 2 insertions, 6 deletions
diff --git a/tekuti/boot.scm b/tekuti/boot.scm
index 13e8e82..8f94fe6 100644
--- a/tekuti/boot.scm
+++ b/tekuti/boot.scm
@@ -1,7 +1,3 @@
-#! /bin/bash
-# -*- scheme -*-
-exec guile $GUILE_FLAGS -l $0 -e main -- "$@"
-!#
;; Tekuti
;; Copyright (C) 2008 Andy Wingo <wingo at pobox dot com>
@@ -24,7 +20,7 @@ exec guile $GUILE_FLAGS -l $0 -e main -- "$@"
;;; Commentary:
;;
-;; This is the main script that will launch tekuti.
+;; Module to parse options, etc before dropping into the main loop.
;;
;;; Code:
@@ -77,7 +73,7 @@ exec guile $GUILE_FLAGS -l $0 -e main -- "$@"
(let ((run-utility (@ (ice-9 gds-client) run-utility)))
(make-thread
(lambda ()
- (with-backtrace run-utility)))))
+ (with-backtrace (run-utility))))))
opts))
(define (boot args)