summaryrefslogtreecommitdiff
path: root/fml/bin/fmlsummary.in
diff options
context:
space:
mode:
Diffstat (limited to 'fml/bin/fmlsummary.in')
-rwxr-xr-xfml/bin/fmlsummary.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/fml/bin/fmlsummary.in b/fml/bin/fmlsummary.in
deleted file mode 100755
index 6b9da17d..00000000
--- a/fml/bin/fmlsummary.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#! @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: fmlsummary.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/fmlsummary $*
-
-echo 'not reach here'
-exit 0;