We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685831b commit f5d0ebdCopy full SHA for f5d0ebd
unicode-testscript
@@ -14,8 +14,8 @@ if [ "$(id -u)" = 0 ] && [ -z "${GITHUB_WORKSPACE:-}" ]; then
14
exit 1
15
fi
16
17
-if ! printf '%s\n' | wc -l >/dev/null ; then
18
- printf "\
+if ! printf '%s\n' "" | wc -l >/dev/null ; then
+ printf '%s\n' "\
19
$0: ERROR: command 'wc' test failed! Do not ignore this!
20
21
'wc' can core dump. Example:
0 commit comments