Pass options through when running spec. tests

tests/spec/Makefile.am (oil/bin/geesh): Pass options through.
This commit is contained in:
Timothy Sample 2018-11-25 02:24:11 -05:00
parent a1bd8d0681
commit 36e4811d22
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;