From 0260bffa03508c90ef9b5a4dd48c9610dd10b373 Mon Sep 17 00:00:00 2001 From: hjp Date: Mon, 22 Nov 2004 15:21:52 +0000 Subject: [PATCH] Show tree on HP-UX, too. --- tiny/psg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny/psg b/tiny/psg index 25c02a6..a1cb1e4 100755 --- a/tiny/psg +++ b/tiny/psg @@ -4,6 +4,6 @@ Linux) ps auxwwf | grep "$1" ;; HP-UX) - ps -ef | grep "$1" + UNIX95=1 ps -efH | grep "$1" ;; esac