From 2d698b6e42d8dca191ac795ef5dba3bf62496eec Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 9 Apr 2010 16:13:32 -0700 Subject: Integrate bash 3.2 version This is merge of current Debian stable (Lenny) version of Bash with Vyatta changes. --- debian/patches/deb-examples.dpatch | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'debian/patches/deb-examples.dpatch') diff --git a/debian/patches/deb-examples.dpatch b/debian/patches/deb-examples.dpatch index f41d553..f951fa5 100755 --- a/debian/patches/deb-examples.dpatch +++ b/debian/patches/deb-examples.dpatch @@ -17,14 +17,15 @@ exit 0 # DP: document readline header location on Debian systems -diff -u ./examples/loadables/README.orig ./examples/loadables/README ---- ./examples/loadables/README.orig Thu May 7 20:31:34 1998 -+++ ./examples/loadables/README Thu Nov 11 20:32:57 1999 -@@ -31,3 +31,6 @@ - the canonical example. There is no real `builtin writers' programming +--- bash/examples/loadables/README~ 2006-12-04 10:21:13.000000000 +0000 ++++ bash/examples/loadables/README 2006-12-04 10:23:05.000000000 +0000 +@@ -32,6 +32,9 @@ guide'. The file template.c provides a template to use for creating new loadable builtins. -+ + +On Debian GNU/Linux systems, the bash headers are in /usr/include/bash. +The appropriate options are already set in the example Makefile. - ++ + basename.c Return non-directory portion of pathname. + cat.c cat(1) replacement with no options - the way cat was intended. + cut.c cut(1) replacement. -- cgit v1.2.3