diff lib-src/tm-ps @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents 49a24b4fd526
children 0293115a14e9
line wrap: on
line diff
--- a/lib-src/tm-ps	Mon Aug 13 08:48:18 2007 +0200
+++ b/lib-src/tm-ps	Mon Aug 13 08:48:42 2007 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-# $Id: tm-ps,v 1.2 1996/12/29 00:14:56 steve Exp $
+# $Id: tm-ps,v 1.3 1997/01/11 22:10:00 steve Exp $
 #
 # Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 
@@ -19,6 +19,8 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 # Boston, MA 02111-1307, USA.
 
+PATH=${PATH:-/usr/bin:/bin}:`dirname $0 2>/dev/null`; export PATH
+
 if [ "$TM_TMP_DIR" = "" ]; then
 	TM_TMP_DIR=/tmp
 	export TM_TMP_DIR