summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Andy Wingo2010-11-23 23:00:39 +0100
committerGravatar Andy Wingo2010-11-23 23:00:39 +0100
commit16434bdf1d72b69e256bbcbff914231487fb5126 (patch)
treecc4757f861603cc2876f56f39e9fd7afba288dc0
parent6df26e1c72f8ab368f95b82bfc622a92ae40b52e (diff)
downloadtekuti-16434bdf1d72b69e256bbcbff914231487fb5126.tar.gz
tekuti-16434bdf1d72b69e256bbcbff914231487fb5126.zip
fix command-line parsing bugs
* src/tekuti: Fix bug processing command-line args.
-rwxr-xr-xsrc/tekuti2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tekuti b/src/tekuti
index a76d4d4..29270df 100755
--- a/src/tekuti
+++ b/src/tekuti
@@ -1,6 +1,6 @@
#! /bin/bash
# -*- scheme -*-
-exec guile $GUILE_FLAGS -e main "$0" -- "$@"
+exec guile $GUILE_FLAGS -e main "$0" "$@"
!#
;; Tekuti
;; Copyright (C) 2008, 2010 Andy Wingo <wingo at pobox dot com>