We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3580df7 commit 193c124Copy full SHA for 193c124
1 file changed
scripts/l
@@ -152,7 +152,7 @@ $ls --quoting=shell-escape -d . >/dev/null 2>&1 && quote=--quoting=shell-escape
152
# Bypass long format manipulation if any of following formats are specified
153
# FIXME: Matching options like this is a bit brittle
154
lfmt=lfmt
155
-echo "$*" | egrep -- "-(m|i|x|s|C|-version|-help)" >/dev/null && lfmt=""
+echo "$*" | $egrep -- "-(m|i|x|s|C|-version|-help)" >/dev/null && lfmt=""
156
157
# set -o pipefail is bash/ksh/zsh specific
158
# So manually propagate the exit status from ls.
0 commit comments