Mercurial > hg > xemacs-beta
comparison lib-src/tm-html @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:06:37 +0200 |
parents | c0c698873ce1 |
children | 364816949b59 |
comparison
equal
deleted
inserted
replaced
79:5b0a5bbffab6 | 80:1ce6082ce73f |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 # | 2 # |
3 # $Id: tm-html,v 1.2 1996/12/28 21:02:51 steve Exp $ | 3 # $Id: tm-html,v 1.3 1997/01/11 20:13:51 steve Exp $ |
4 # | 4 # |
5 | |
6 PATH=${PATH:-/usr/bin:/bin}:`dirname $0 2>/dev/null`; export PATH | |
5 | 7 |
6 if [ "$TM_TMP_DIR" = "" ]; then | 8 if [ "$TM_TMP_DIR" = "" ]; then |
7 TM_TMP_DIR=/tmp | 9 TM_TMP_DIR=/tmp |
8 export TM_TMP_DIR | 10 export TM_TMP_DIR |
9 fi | 11 fi |