summaryrefslogtreecommitdiff
path: root/fml/bin/fmlgpgv.in
blob: 0aaa06edc5353d7e8acd605ae4b4ce8d8c9fcbe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
#
#  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: fmlgpgv.in,v 1.3 2002/04/01 23:40:53 fukachan Exp $
#

prefix=/usr/local
exec_prefix=${prefix}
libexec_dir=${exec_prefix}/libexec/fml

exec $libexec_dir/fmlgpgv $*

echo 'not reach here'
exit 0;