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.
This commit is contained in:
parent
da85967b42
commit
f34e3b1c78
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# -*- scheme -*-
|
# -*- scheme -*-
|
||||||
exec guile $GUILE_FLAGS -l $0 -e main -- "$@"
|
exec guile $GUILE_FLAGS -e main "$0" -- "$@"
|
||||||
!#
|
!#
|
||||||
;; Tekuti
|
;; 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
|
;; This program is free software; you can redistribute it and/or
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; modify it under the terms of the GNU General Public License as
|
||||||
|
|
Loading…
Reference in a new issue