summaryrefslogtreecommitdiff
path: root/shells/bash3/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash3/files/patch-ab')
-rw-r--r--shells/bash3/files/patch-ab19
1 files changed, 0 insertions, 19 deletions
diff --git a/shells/bash3/files/patch-ab b/shells/bash3/files/patch-ab
deleted file mode 100644
index 46c5e4f858c3..000000000000
--- a/shells/bash3/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.in.bak Wed Dec 18 22:57:21 1996
---- Makefile.in Fri Dec 27 14:20:11 1996
-***************
-*** 499,505 ****
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
-! $(INSTALL_PROGRAM) bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \
---- 499,505 ----
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
-! $(INSTALL) -m 555 bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \