rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 5e881721eff63ace43b88082939800eb902c9c35
parent 6cc4e58f673b8509c73c859659e57d3b469b3fb8
Author: tgoodwin <tgoodwin>
Date:   Fri, 13 Feb 1998 15:58:32 +0000

ignore exit status of `rm -f'

Diffstat:
MMakefile.am | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -36,7 +36,7 @@ install-exec-hook: if HISTORY $(LN) $(HISTORY) - ;\ $(INSTALL_PROGRAM) - $(bindir) ;\ - rm -f $(bindir)/--; $(LN) $(bindir)/- $(bindir)/-- ;\ - rm -f $(bindir)/-p; $(LN) $(bindir)/- $(bindir)/-p ;\ - rm -f $(bindir)/--p; $(LN) $(bindir)/- $(bindir)/--p + -rm -f $(bindir)/--; $(LN) $(bindir)/- $(bindir)/-- ;\ + -rm -f $(bindir)/-p; $(LN) $(bindir)/- $(bindir)/-p ;\ + -rm -f $(bindir)/--p; $(LN) $(bindir)/- $(bindir)/--p endif