summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Andy Wingo2010-11-13 18:35:38 +0100
committerGravatar Andy Wingo2010-11-13 18:48:18 +0100
commitf34e3b1c788efee937c247b3da54caee6585602d (patch)
treec1d6686c2d951688ce48b2d73e12843cddd0e841 /src
parentda85967b4222ea1c81533311d94d5dc7d7c243f8 (diff)
downloadtekuti-f34e3b1c788efee937c247b3da54caee6585602d.tar.gz
tekuti-f34e3b1c788efee937c247b3da54caee6585602d.zip
src/tekuti uses -s, not -l
* src/tekuti: Change to use an implicit `-s', so a control-c causes an exit rather than dropping us into a repl.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tekuti4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tekuti b/src/tekuti
index 54500d2..a76d4d4 100755
--- a/src/tekuti
+++ b/src/tekuti
@@ -1,9 +1,9 @@
#! /bin/bash
# -*- scheme -*-
-exec guile $GUILE_FLAGS -l $0 -e main -- "$@"
+exec guile $GUILE_FLAGS -e main "$0" -- "$@"
!#
;; Tekuti
-;; Copyright (C) 2008 Andy Wingo <wingo at pobox dot com>
+;; Copyright (C) 2008, 2010 Andy Wingo <wingo at pobox dot com>
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as