Quote stuff properly

This commit is contained in:
Kamil Śliwak
2021-02-01 17:14:38 +01:00
parent 566d49a1d1
commit 27754d3e3d
27 changed files with 124 additions and 124 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
#!/bin/sh
REPO=$(dirname $0)/..
REPO="$(dirname "$0")/.."
echo "Finding unique failures..."
(
for x in $*
do
echo -n $x " # "
echo -n "$x" " # "
# This subshell is a workaround to prevent the shell from printing
# "Aborted"
("$REPO"/build/test/tools/solfuzzer < "$x" || true) 2>&1 | head -n 1