Changeset 30654
- Timestamp:
- 2012-02-19T19:37:02+01:00 (6 years ago)
- Location:
- branches/packages_10.03.2/utils/bash
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/packages_10.03.2/utils/bash/Makefile
r27442 r30654 1 1 # 2 # Copyright (C) 2007-20 08OpenWrt.org2 # Copyright (C) 2007-2012 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 10 10 PKG_NAME:=bash 11 11 PKG_VERSION:=4.2 12 PKG_RELEASE:= 112 PKG_RELEASE:=2 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -
branches/packages_10.03.2/utils/bash/patches/001-compile-fix.patch
r27442 r30654 1 Index: bash-4.2/execute_cmd.c 2 =================================================================== 3 --- bash-4.2.orig/execute_cmd.c 2011-07-04 11:16:23.000000000 +0200 4 +++ bash-4.2/execute_cmd.c 2011-07-04 11:17:33.000000000 +0200 5 @@ -2202,7 +2202,11 @@ 1 --- a/execute_cmd.c 2 +++ b/execute_cmd.c 3 @@ -2202,7 +2202,11 @@ execute_pipeline (command, asynchronous, 6 4 /* If the `lastpipe' option is set with shopt, and job control is not 7 5 enabled, execute the last element of non-async pipelines in the
Note: See TracChangeset
for help on using the changeset viewer.