summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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