chiark
/
gitweb
/
~mdw
/
lisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dep.lisp: Report out-of-date deps as being `stale'.
[lisp]
/
optparse-test
diff --git
a/optparse-test
b/optparse-test
index da1028d6cde5de88b544d17d29d96c9871d7c728..de0d6ebe94504a5e34b46e2fa8249cdc87b3d66b 100755
(executable)
--- 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))