diff --git a/gash/script.scm b/gash/script.scm index 0ac2d27..129e907 100644 --- a/gash/script.scm +++ b/gash/script.scm @@ -217,6 +217,8 @@ (handle number)) (((? unspecified?)) (handle #t)) + (((? unspecified?) t ... #t) + #t) (_ (handle (apply pipeline+ #t commands))))) (define* (builtin ast #:key prefer-builtin?)