aboutsummaryrefslogtreecommitdiff
path: root/src/lib.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.lisp')
-rw-r--r--src/lib.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.lisp b/src/lib.lisp
index fd303c0..249fb70 100644
--- a/src/lib.lisp
+++ b/src/lib.lisp
@@ -187,7 +187,7 @@ the directories that appear in the value of that variable."
(defun collect-named-arguments (oneliner)
(remove-duplicates
- (ppcre:all-matches-as-strings "#[A-Z_][A-Z0-9_]*" oneliner)
+ (ppcre:all-matches-as-strings "#[A-Za-z_][A-Za-z0-9_]*" oneliner)
:test #'equal))
(defun handle-run-oneliner (ol &optional clip)