]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/shopt.def
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / builtins / shopt.def
index 550b7f61267b8744bf2c35e955e6198017b5a230..138b88d2a0583fd31c88129a811c6fd7b0eb23ae 100644 (file)
@@ -332,8 +332,9 @@ list_shopts (list, flags)
       if (val == 0)
        rval = EXECUTION_FAILURE;
       if ((flags & QFLAG) == 0)
-        print_shopt (l->word->word, val, flags);
+       print_shopt (l->word->word, val, flags);
     }
+
   return (rval);
 }