From 36e4811d2278849c0bbc0b420d40738b8b02f927 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Sun, 25 Nov 2018 02:24:11 -0500 Subject: [PATCH] Pass options through when running spec. tests tests/spec/Makefile.am (oil/bin/geesh): Pass options through. --- tests/spec/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/Makefile.am b/tests/spec/Makefile.am index d0cdd3e..47c81dd 100644 --- a/tests/spec/Makefile.am +++ b/tests/spec/Makefile.am @@ -9,7 +9,7 @@ oil: oil-link oil/bin/geesh: oil echo "#!/bin/sh" > "$@" - echo "$(abs_top_builddir)/pre-inst-env geesh" >> "$@" + echo "$(abs_top_builddir)/pre-inst-env geesh "'"$$@"' >> "$@" chmod a+x "$@" check: oil/bin/geesh ;