Commit bc7776a7 authored by Mirsal Ennaime's avatar Mirsal Ennaime

modules/list.sh: Remove useless use of cat

parent 36eff3f6
......@@ -66,6 +66,6 @@ grep " \* " $LISTFILE | LC_CTYPE=C sort -c && echo "OK"
echo ""
echo "`cat $TEMPFILE| wc -l` modules listed in Modules.am files"
echo "`wc -l < $TEMPFILE` modules listed in Modules.am files"
rm -f $TEMPFILE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment