From abd5cb6f7e0e603753a39dbab541e152f9e682d5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 18 Nov 2009 12:12:58 +0000 Subject: [PATCH] optparse-test: Use better launch magic. --- optparse-test | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/optparse-test b/optparse-test index da1028d..de0d6eb 100755 --- a/optparse-test +++ b/optparse-test @@ -1,7 +1,5 @@ #! /bin/sh -#| -exec cl-launch -s mdw -i "(load \"$0\")" -- "$0" "$@" || exit 1 -|# +":"; exec cl-launch -X -s mdw -- "$0" "$@" || exit 1 # -*-lisp-*- (cl:defpackage #:optparse-test (:use #:common-lisp #:optparse)) -- 2.11.0