From 1fe85e2b8f21ec82dc59cf9a00a095f9bdeb7417 Mon Sep 17 00:00:00 2001 From: Rutger van Beusekom Date: Wed, 14 Nov 2018 19:50:43 +0100 Subject: [PATCH] fix 10-if-word-variable.sh (HACK) --- gash/script.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gash/script.scm b/gash/script.scm index b1f3e6e..19465b3 100644 --- a/gash/script.scm +++ b/gash/script.scm @@ -381,3 +381,6 @@ (define (name o) o) + +(define (test . o) ;; TODO replace with implementation in scheme + (apply command (cons "test" o)))