1
0
Fork 0

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:
Andy Wingo 2010-11-13 18:35:38 +01:00
parent da85967b42
commit f34e3b1c78

View file

@ -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