compileFull(): Print only file names, not their content in case of failure

This commit is contained in:
Kamil Śliwak 2021-10-06 18:24:10 +02:00
parent aed218fd75
commit 4054e2a28f

View File

@ -99,7 +99,7 @@ function compileFull()
printError "Inside directory:"
echo " $(pwd)"
printError "Input was:"
cat -- "${files[@]}"
echo "${files[@]}"
false
fi
}