We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2659d3c commit 685831bCopy full SHA for 685831b
usr/libexec/helper-scripts/wc-test.sh
@@ -3,8 +3,8 @@
3
## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
4
## See the file COPYING for copying conditions.
5
6
-if ! printf '%s\n' | wc -l >/dev/null ; then
7
- printf "\
+if ! printf '%s\n' "" | wc -l >/dev/null ; then
+ printf '%s\n' "\
8
$0: ERROR: command 'wc' test failed! Do not ignore this!
9
10
'wc' can core dump. Example:
0 commit comments