From 02d713dcdd850456717eb6d6507dbf6ba44a58eb Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Thu, 1 May 2008 19:07:58 +0000 Subject: * Fixed bash patches --- package/bash/bash32-026 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'package/bash/bash32-026') diff --git a/package/bash/bash32-026 b/package/bash/bash32-026 index ba7de50a8..8e7c2bdf1 100644 --- a/package/bash/bash32-026 +++ b/package/bash/bash32-026 @@ -22,8 +22,8 @@ bash. Patch: -*** ../bash-3.2-patched/configure.in 2007-03-06 11:07:38.000000000 -0500 ---- configure.in 2007-11-23 15:37:41.000000000 -0500 +*** bash-3.2-patched/configure.in 2007-03-06 11:07:38.000000000 -0500 +--- bash-3.2/configure.in 2007-11-23 15:37:41.000000000 -0500 *************** *** 519,523 **** # dynamic version @@ -37,8 +37,8 @@ Patch: ! darwin[[89]]*) READLINE_LIB='${READLINE_LIBRARY}' ;; *) READLINE_LIB=-lreadline ;; esac -*** ../bash-3.2-patched/configure 2007-03-24 14:51:22.000000000 -0400 ---- configure 2007-11-23 15:46:15.000000000 -0500 +*** bash-3.2-patched/configure 2007-03-24 14:51:22.000000000 -0400 +--- bash-3.2/configure 2007-11-23 15:46:15.000000000 -0500 *************** *** 4872,4876 **** # dynamic version @@ -52,8 +52,8 @@ Patch: ! darwin[89]*) READLINE_LIB='${READLINE_LIBRARY}' ;; *) READLINE_LIB=-lreadline ;; esac -*** ../bash-3.2-patched/version.c 2005-05-16 11:58:34.000000000 -0400 ---- version.c 2007-11-23 16:03:40.000000000 -0500 +*** bash-3.2-patched/version.c 2005-05-16 11:58:34.000000000 -0400 +--- bash-3.2/version.c 2007-11-23 16:03:40.000000000 -0500 *************** *** 80,83 **** printf ("GNU bash, version %s (%s)\n", shell_version_string (), MACHTYPE); @@ -65,8 +65,8 @@ Patch: if (extended) ! printf (_("Copyright (C) 2007 Free Software Foundation, Inc.\n")); } -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 +*** bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- bash-3.2/patchlevel.h Mon Oct 16 14:22:54 2006 *************** *** 26,30 **** looks for to find the patch level (for the sccs version string). */ -- cgit v1.2.3