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

This commit is contained in:
Kamil Śliwak
2021-10-06 18:46:34 +02:00
parent aed218fd75
commit 4054e2a28f
+1 -1
View File
@@ -99,7 +99,7 @@ function compileFull()
printError "Inside directory:"
echo " $(pwd)"
printError "Input was:"
cat -- "${files[@]}"
echo "${files[@]}"
false
fi
}