ossp-pkg/due/.due/due.ls.sh 1.2 -> 1.3
--- due.ls.sh 2004/10/22 19:32:52 1.2
+++ due.ls.sh 2004/10/24 19:30:24 1.3
@@ -39,14 +39,14 @@
if [ ".$TERM" != ".$TERM_COLOR" ]; then
prolog="TERM=\$TERM_COLOR $prolog"
fi
- if [ ".$OSNAME" = .FreeBSD ]; then
+ if [ ".$OSNAME" = .freebsd ]; then
prolog="$prolog CLICOLOR=1 CLICOLOR_FORCE=1"
opt="-C"
epilog="| /usr/bin/less -E -r"
- elif [ ".$OSNAME" = .Linux ]; then
+ elif [ ".$OSNAME" = .linux ]; then
opt="--color=always"
epilog="| /usr/bin/less -X -E -r -s | grep -v '^.\\[m'"
- elif [ ".$OSNAME" = .SunOS -a -f /bin/less ]; then
+ elif [ ".$OSNAME" = .solaris -a -f /bin/less ]; then
epilog="| /bin/less -E -r"
elif [ ".$PAGER" = .less ]; then
epilog="| less -E -r"
|
|