Removing an unnecessary redirection

This commit is contained in:
Tyler Akins 2015-12-21 09:03:10 -06:00
parent 4e0c6894b4
commit a1e22f1814

2
mo
View File

@ -820,7 +820,7 @@ moTrimWhitespace() {
#
# Returns nothing.
moUsage() {
grep '^#/' < "$1" | cut -c 4-
grep '^#/' "$1" | cut -c 4-
}