diff options
author | 2011-03-06 20:41:56 +0000 | |
---|---|---|
committer | 2011-03-06 20:41:56 +0000 | |
commit | f117754ad55e63ebb990a8745b66bfdc85a30e75 (patch) | |
tree | 782523ae74a75d1eb1c67c17a812f6d89db11c0b /app-shells/bash/files | |
parent | Linux patch 2.6.32.30 and 2.6.32.31 (diff) | |
download | gentoo-2-f117754ad55e63ebb990a8745b66bfdc85a30e75.tar.gz gentoo-2-f117754ad55e63ebb990a8745b66bfdc85a30e75.tar.bz2 gentoo-2-f117754ad55e63ebb990a8745b66bfdc85a30e75.zip |
old
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r-- | app-shells/bash/files/bash-4.2-expand-string-unsplit.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-shells/bash/files/bash-4.2-expand-string-unsplit.patch b/app-shells/bash/files/bash-4.2-expand-string-unsplit.patch deleted file mode 100644 index 75235c92cb28..000000000000 --- a/app-shells/bash/files/bash-4.2-expand-string-unsplit.patch +++ /dev/null @@ -1,13 +0,0 @@ -*** ../bash-4.2-patched/subst.c 2011-02-25 12:03:58.000000000 -0500 ---- subst.c 2011-03-03 14:08:23.000000000 -0500 -*************** -*** 4609,4614 **** ---- 4611,4617 ---- - if (ifs_firstc == 0) - #endif - word->flags |= W_NOSPLIT; -+ word->flags |= W_NOSPLIT2; - result = call_expand_word_internal (word, quoted, 0, (int *)NULL, (int *)NULL); - expand_no_split_dollar_star = 0; - - |