#! @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;