Mercurial > hg > xemacs-beta
comparison lib-src/tm-au @ 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 |
comparison
equal
deleted
inserted
replaced
13:13c6d0aaafe5 | 14:9ee227acff29 |
---|---|
1 #!/bin/sh - | 1 #!/bin/sh - |
2 # | 2 # |
3 # $Id: tm-au,v 1.2 1996/12/29 00:14:55 steve Exp $ | 3 # $Id: tm-au,v 1.3 1997/01/11 22:09:59 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 |