From 8ae6ece99dfadb8d3dd25acc3549a975e3c40bbc Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Sat, 5 Mar 2016 20:27:04 -0800 Subject: Fix the stanza wrapper for Travis The printf call you're making doesn't appear to be standard, so I've replaced it with something else. --- utils/stanza-wrapper | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 utils/stanza-wrapper (limited to 'utils') diff --git a/utils/stanza-wrapper b/utils/stanza-wrapper new file mode 100755 index 00000000..10c8b204 --- /dev/null +++ b/utils/stanza-wrapper @@ -0,0 +1,3 @@ +#!/bin/bash + +eval '@@TOP@@/src/lib/stanza/stanza' -platform linux "$@" -- cgit v1.2.3