diff options
| author | fukachan <fukachan> | 2006-01-20 08:39:42 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-20 08:39:42 +0000 |
| commit | 89ecb88d59fbd146899be694ffdf61ae7c625488 (patch) | |
| tree | 32dd3f3213d7e1dcbeb182d47dac6b20b35e5b1e | |
| parent | 59568d2610d27adc84689e9abd6265295f09110d (diff) | |
| download | fml8-89ecb88d59fbd146899be694ffdf61ae7c625488.tar.gz fml8-89ecb88d59fbd146899be694ffdf61ae7c625488.tar.bz2 fml8-89ecb88d59fbd146899be694ffdf61ae7c625488.zip | |
takes argv[1] as message template
| -rwxr-xr-x | regress/fml4/emul_post.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/fml4/emul_post.sh b/regress/fml4/emul_post.sh index 3f24df44..f05a94a9 100755 --- a/regress/fml4/emul_post.sh +++ b/regress/fml4/emul_post.sh @@ -1,10 +1,10 @@ #!/bin/sh # -# $FML$ +# $FML: emul_post.sh,v 1.1 2006/01/19 14:23:21 fukachan Exp $ # dir=`pwd` -msg=`pwd`/../testmails/text=plain +msg=${1:-`pwd`/../testmails/text=plain} . $dir/config.sh |
