summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/probe.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/probe.sh b/scripts/probe.sh
index cf306110..ac5b3988 100644
--- 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"