diff options
| author | fukachan <fukachan> | 2001-11-12 23:50:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-12 23:50:27 +0000 |
| commit | f25c0bf54360609870e38816adc9621b4f57ca7c (patch) | |
| tree | 22a77a72c8e44d5ae99a75bcb45dff3f2539e945 /fml/bin | |
| parent | f70a72750df438be399f31c30bbab60ef9350483 (diff) | |
| download | fml8-f25c0bf54360609870e38816adc9621b4f57ca7c.tar.gz fml8-f25c0bf54360609870e38816adc9621b4f57ca7c.tar.bz2 fml8-f25c0bf54360609870e38816adc9621b4f57ca7c.zip | |
/bin/sh -> @SHELL@
Diffstat (limited to 'fml/bin')
| -rwxr-xr-x | fml/bin/fmlconf.in | 4 | ||||
| -rwxr-xr-x | fml/bin/fmldoc.in | 4 | ||||
| -rwxr-xr-x | fml/bin/fmlhtmlify.in | 4 | ||||
| -rwxr-xr-x | fml/bin/fmlsch.in | 4 | ||||
| -rwxr-xr-x | fml/bin/fmlthread.in | 4 | ||||
| -rwxr-xr-x | fml/bin/makefml.in | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/fml/bin/fmlconf.in b/fml/bin/fmlconf.in index 7c9e5735..5f3056a6 100755 --- a/fml/bin/fmlconf.in +++ b/fml/bin/fmlconf.in @@ -1,10 +1,10 @@ -#!/bin/sh +#! @SHELL@ # # Copyright (C) 2001 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: fmlconf,v 1.2 2001/08/19 16:08:54 fukachan Exp $ +# $FML: fmlconf.in,v 1.1 2001/11/12 15:19:53 fukachan Exp $ # prefix=@prefix@ diff --git a/fml/bin/fmldoc.in b/fml/bin/fmldoc.in index b186cf8f..dc6d3891 100755 --- a/fml/bin/fmldoc.in +++ b/fml/bin/fmldoc.in @@ -1,10 +1,10 @@ -#!/bin/sh +#! @SHELL@ # # Copyright (C) 2001 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: fmldoc,v 1.2 2001/08/19 16:08:54 fukachan Exp $ +# $FML: fmldoc.in,v 1.1 2001/11/12 15:19:54 fukachan Exp $ # prefix=@prefix@ diff --git a/fml/bin/fmlhtmlify.in b/fml/bin/fmlhtmlify.in index e46c71c0..0dbab289 100755 --- a/fml/bin/fmlhtmlify.in +++ b/fml/bin/fmlhtmlify.in @@ -1,10 +1,10 @@ -#!/bin/sh +#! @SHELL@ # # Copyright (C) 2001 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: fmlhtmlify,v 1.2 2001/08/19 16:08:54 fukachan Exp $ +# $FML: fmlhtmlify.in,v 1.1 2001/11/12 15:19:54 fukachan Exp $ # prefix=@prefix@ diff --git a/fml/bin/fmlsch.in b/fml/bin/fmlsch.in index cc00e14b..557661f2 100755 --- a/fml/bin/fmlsch.in +++ b/fml/bin/fmlsch.in @@ -1,10 +1,10 @@ -#!/bin/sh +#! @SHELL@ # # Copyright (C) 2001 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: fmlsch,v 1.2 2001/08/19 16:08:54 fukachan Exp $ +# $FML: fmlsch.in,v 1.1 2001/11/12 15:19:54 fukachan Exp $ # prefix=@prefix@ diff --git a/fml/bin/fmlthread.in b/fml/bin/fmlthread.in index 8213134b..a3e1d4a3 100755 --- a/fml/bin/fmlthread.in +++ b/fml/bin/fmlthread.in @@ -1,10 +1,10 @@ -#!/bin/sh +#! @SHELL@ # # Copyright (C) 2001 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: fmlthread,v 1.2 2001/08/19 16:08:54 fukachan Exp $ +# $FML: fmlthread.in,v 1.1 2001/11/12 15:19:55 fukachan Exp $ # prefix=@prefix@ diff --git a/fml/bin/makefml.in b/fml/bin/makefml.in index 63e3cc96..0843e051 100755 --- a/fml/bin/makefml.in +++ b/fml/bin/makefml.in @@ -1,10 +1,10 @@ -#!/bin/sh +#! @SHELL@ # # Copyright (C) 2001 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: makefml,v 1.2 2001/08/19 16:08:54 fukachan Exp $ +# $FML: makefml.in,v 1.1 2001/11/12 15:19:55 fukachan Exp $ # prefix=@prefix@ |
