summaryrefslogtreecommitdiffstats
path: root/package/bash/bash32-026
diff options
context:
space:
mode:
Diffstat (limited to 'package/bash/bash32-026')
-rw-r--r--package/bash/bash32-02616
1 files changed, 8 insertions, 8 deletions
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). */