blob: a2b9c6ed66dd32ac5a02644c7d593f42ed0a432a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#! @SHELL@
#
# Copyright (C) 2003 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: fml.in,v 1.1 2003/01/05 02:21:27 fukachan Exp $
#
prefix=@prefix@
exec_prefix=@exec_prefix@
libexec_dir=@libexecdir@/fml
exec $libexec_dir/fml $*
echo 'not reach here'
exit 0;
|