From 019464acf660225bd8c44a418d0da439137aae24 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 21 Oct 2018 16:13:29 +0200 Subject: [PATCH] fix: set -e. --- gash/script.scm | 2 ++ 1 file changed, 2 insertions(+) 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?)