]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/umask.def
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / builtins / umask.def
index 9205c94ae22cd062b6a2b22836d7b584e2f96d9a..1c1591e05def7b2fa76497df800babaccbaaf8f7 100644 (file)
@@ -188,7 +188,7 @@ parse_symbolic_mode (mode, initial_bits)
 
       /* Parse the `who' portion of the symbolic mode clause. */
       while (member (*s, "agou"))
-        {
+       {
          switch (c = *s++)
            {
            case 'u':