diff options
Diffstat (limited to 'fml/bin/fmlalias.in')
| -rw-r--r-- | fml/bin/fmlalias.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fml/bin/fmlalias.in b/fml/bin/fmlalias.in new file mode 100644 index 00000000..1a592faa --- /dev/null +++ b/fml/bin/fmlalias.in @@ -0,0 +1,17 @@ +#! @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: fmlalias.in,v 1.3 2002/04/01 23:40:53 fukachan Exp $ +# + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml + +exec $libexec_dir/fmlalias $* + +echo 'not reach here' +exit 0; |
