We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91bdf3 commit 76202eeCopy full SHA for 76202ee
1 file changed
scripts/l
@@ -61,7 +61,7 @@ else
61
fi
62
63
ls=ls #default to standard name
64
-{ ls --color -d . >/dev/null 2>&1; } ||
+{ ls --version >/dev/null 2>&1; } ||
65
{ gls --color -d . >/dev/null 2>&1 && ls=gls; } || NONGNU=1
66
67
if [ "$color_when" ]; then
0 commit comments