summaryrefslogtreecommitdiff
path: root/fml/bin/fmlproj.in
blob: 874b873bcabcda16a8262b45f77188a748f83be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! @SHELL@
#
#  Copyright (C) 2005 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$
#

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

exec $libexec_dir/fmlproj $*

echo 'not reach here'
exit 0;