Mercurial > hg > xemacs-beta
comparison lib-src/tm-file @ 4:b82b59fe008d r19-15b3
Import from CVS: tag r19-15b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:56 +0200 |
parents | |
children | 49a24b4fd526 |
comparison
equal
deleted
inserted
replaced
3:30df88044ec6 | 4:b82b59fe008d |
---|---|
1 #!/bin/sh - | |
2 # | |
3 # $Id: tm-file,v 1.1.1.1 1996/12/18 03:52:12 steve Exp $ | |
4 # | |
5 | |
6 if [ "$TM_TMP_DIR" = "" ]; then | |
7 TM_TMP_DIR=/tmp | |
8 export TM_TMP_DIR | |
9 fi | |
10 | |
11 if [ "$5" = "" ]; then | |
12 filename="$TM_TMP_DIR/mime$$" | |
13 else | |
14 filename="$TM_TMP_DIR/$5" | |
15 fi | |
16 | |
17 | |
18 echo "$2; $3 -> $filename" | |
19 | |
20 tmdecode $3 $1 $filename |