fix: set -e.

This commit is contained in:
Jan Nieuwenhuizen 2018-10-21 16:13:29 +02:00
parent 13cb50af60
commit 019464acf6
1 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,8 @@
(handle number))
(((? unspecified?))
(handle #t))
(((? unspecified?) t ... #t)
#t)
(_ (handle (apply pipeline+ #t commands)))))
(define* (builtin ast #:key prefer-builtin?)