summaryrefslogtreecommitdiff
path: root/fml/bin/fmladdr.in
blob: d81c6e4a1e9ab900044163505a8052c7e3f817d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: fmladdr.in,v 1.1 2002/04/25 04:46:08 fukachan Exp $
#

prefix=@prefix@
exec_prefix=@exec_prefix@
libexec_dir=@libexecdir@/fml

exec $libexec_dir/fmladdr $*

echo 'not reach here'
exit 0;