#! /bin/sh
#
#  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=/usr/pkg
exec_prefix=${prefix}
libexec_dir=${exec_prefix}/libexec/fml

exec $libexec_dir/fml $*

echo 'not reach here'
exit 0;
