Imported from ../bash-2.05b.tar.gz.
[platform/upstream/bash.git] / lib / sh / shquote.c
index 4160e70..713f481 100644 (file)
@@ -147,6 +147,7 @@ sh_backslash_quote (string)
        case '*': case '[': case '?': case ']': /* globbing chars */
        case '^':
        case '$': case '`':                     /* expansion chars */
+       case ',':                               /* brace expansion */
          *r++ = '\\';
          *r++ = c;
          break;