From: Mark Wooding Date: Wed, 18 Nov 2009 12:12:58 +0000 (+0000) Subject: optparse-test: Use better launch magic. X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/commitdiff_plain/abd5cb6f7e0e603753a39dbab541e152f9e682d5 optparse-test: Use better launch magic. --- 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))