We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wc -l
1 parent e6bc301 commit 72101a8Copy full SHA for 72101a8
find-in-jars
@@ -218,7 +218,7 @@ clearResponsiveMessage() {
218
################################################################################
219
220
readonly jar_files="$(find "${dirs[@]}" "${find_iname_options[@]}" -type f)"
221
-readonly total_count="$(echo "$jar_files" | wc -l)"
+readonly total_count="$(echo $(echo "$jar_files" | wc -l))"
222
[ -z "$jar_files" ] && {
223
echo "No jar found!" 1>&2
224
exit 1
0 commit comments