summaryrefslogtreecommitdiff
path: root/fml/bin
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-26 10:27:57 +0000
committerfukachan <fukachan>2002-04-26 10:27:57 +0000
commita76f5a85c06a87869719aae460b42e6d2fdb4d80 (patch)
tree384deda59953bf40da49d733aefbfa307393a6e5 /fml/bin
parentbe1ea049c76cc456ecac60c34571d5d4a66791a7 (diff)
downloadfml8-a76f5a85c06a87869719aae460b42e6d2fdb4d80.tar.gz
fml8-a76f5a85c06a87869719aae460b42e6d2fdb4d80.tar.bz2
fml8-a76f5a85c06a87869719aae460b42e6d2fdb4d80.zip
oops, fmlalias should be built from fmlalias.in
Diffstat (limited to 'fml/bin')
-rw-r--r--fml/bin/.cvsignore1
-rw-r--r--fml/bin/fmlalias17
2 files changed, 1 insertions, 17 deletions
diff --git a/fml/bin/.cvsignore b/fml/bin/.cvsignore
index 0c83d7c0..fdfa4e4d 100644
--- a/fml/bin/.cvsignore
+++ b/fml/bin/.cvsignore
@@ -5,3 +5,4 @@ fmlsch
fmlthread
makefml
fmlspool
+fmlalias
diff --git a/fml/bin/fmlalias b/fml/bin/fmlalias
deleted file mode 100644
index c2bc471f..00000000
--- a/fml/bin/fmlalias
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-#
-# 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: fmlalias.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/fmlalias $*
-
-echo 'not reach here'
-exit 0;