fix 10-if-word-variable.sh (HACK)

This commit is contained in:
Rutger van Beusekom 2018-11-14 19:50:43 +01:00
parent c20ac38ace
commit 1fe85e2b8f
1 changed files with 3 additions and 0 deletions

View File

@ -381,3 +381,6 @@
(define (name o)
o)
(define (test . o) ;; TODO replace with implementation in scheme
(apply command (cons "test" o)))