From f34e3b1c788efee937c247b3da54caee6585602d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 13 Nov 2010 18:35:38 +0100 Subject: 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. --- src/tekuti | 4 ++-- 1 file 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 +;; Copyright (C) 2008, 2010 Andy Wingo ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as -- cgit v1.2.3-54-g00ecf