logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 7a8d4491c8581d5ebe69faeb351ab2ede13fbda1
parent 8f994b6378b841eb9cf5d0048958fe98a323bf90
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 16 Jun 2020 13:47:34 -0700

probe: Create output when test fails

This was a regression in 785b495ba77ee716740523df566c560c63b4ddcc.

Diffstat:

Mscripts/probe.sh4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/probe.sh b/scripts/probe.sh @@ -9,5 +9,5 @@ var=$1 out=$2 shift 2 if "$@" 2>"$out.log" ; then - echo "#define $var 1" >"$out" -fi + echo "#define $var 1" +fi >"$out"