Show tree on HP-UX, too.

This commit is contained in:
hjp 2004-11-22 15:21:52 +00:00
parent abc1605cf1
commit 0260bffa03
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ Linux)
ps auxwwf | grep "$1" ps auxwwf | grep "$1"
;; ;;
HP-UX) HP-UX)
ps -ef | grep "$1" UNIX95=1 ps -efH | grep "$1"
;; ;;
esac esac