Skip to content

Commit

Permalink
Missing exclamation point
Browse files Browse the repository at this point in the history
  • Loading branch information
agkozak committed Dec 9, 2019
1 parent 0e532f6 commit 1840371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .shrc
Expand Up @@ -96,7 +96,7 @@ case $TERM in
esac

# Only BusyBox /bin/ls should be a symlink, and BusyBox ls has very few options
if [ -h '/bin/ls' ]; then
if [ ! -h '/bin/ls' ]; then
case ${AGKDOT_SYSTEMINFO} in
# Solaris ls has very few desirable options, but sometimes GNU ls is also installed
SunOS*) [ -x '/usr/gnu/bin/ls' ] \
Expand Down

0 comments on commit 1840371

Please sign in to comment.