allow ecl to handle args correctly - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0fcdde2a1c6940a0017d86ba3ae3c6a935f26dbe
 (DIR) parent f8f8debb68722c7f503eb56d44bc208a2a8f0d31
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       Date:   Sun,  5 Nov 2017 17:06:28 +0000
       
       allow ecl to handle args correctly
       
       Diffstat:
         M clic.lisp                           |       7 +++++--
       
       1 file changed, 5 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/clic.lisp b/clic.lisp
       @@ -269,5 +269,8 @@
            (when (string= "1" (location-type destination))
              (shell))))
        
       -
       -
       +;; we allow ecl to use a new kind of argument
       +;; not sure how it works but that works
       +#+ecl
       +(defconstant +uri-rules+
       +  '(("*DEFAULT*" 1 "" :stop)))