safely.lisp: SAFE-COPY shouldn't make two copies under CLisp.
[lisp] / optparse-test
index da1028d..de0d6eb 100755 (executable)
@@ -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))