diff options
author | Jay Freeman <saurik@saurik.com> | 2014-09-26 10:27:24 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2014-09-26 10:27:24 +0000 |
commit | 0d6bd2f7da99f068686b528ac9a7b6ffe9568d3a (patch) | |
tree | bf53ff702951898cbddaa384ea13f15363e91801 /data/bash | |
parent | d513c95110fbec3a9c1f6bb3d56e5ecf0971f058 (diff) |
Actually use the new shellshock patches.
git-svn-id: http://svn.telesphoreo.org/trunk@794 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bash')
-rw-r--r-- | data/bash/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/bash/make.sh b/data/bash/make.sh index 476d8380f..46f5d89a5 100644 --- a/data/bash/make.sh +++ b/data/bash/make.sh @@ -1,7 +1,7 @@ pkg:extract cd * -for ((x = 1; x != 18; ++x)); do +for ((x = 1; x != 41; ++x)); do patch -p0 <"${PKG_DATA}/bash40-$(printf '%.3u\n' "$x")" done |