cg-help question

From: Kumar Gala <hidden>
Date: 2016-06-15 22:42:04

cg-help has the following in it

print_command_listing()
{
         for command in "$@"; do
                 [ -f "$command" -a ! -L "$command" ] || continue
                 cmdname=$(basename $command)
...
}

I was wondering what the  [ -f "$command" -o ! -L "$command" ] is  
trying to test for.  In my install the cg-commands are actually  
symlinks.  And this test breaks cg-help from reporting the command  
list properly.

thanks

- kumar
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help