From 32059bdce27f9b52847de51670365cbd48c5341b Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Mon, 7 Mar 2011 17:00:10 +0100 Subject: [PATCH] Removed unused patch Signed-off-by: Roman Rakus --- 007-expand-string-unsplit | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 007-expand-string-unsplit diff --git a/007-expand-string-unsplit b/007-expand-string-unsplit deleted file mode 100644 index 75235c9..0000000 --- a/007-expand-string-unsplit +++ /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; - -