Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / builtins / return.def
index 641ee16..e6674df 100644 (file)
@@ -60,9 +60,11 @@ int
 return_builtin (list)
      WORD_LIST *list;
 {
+#if 0
   if (no_options (list))
     return (EX_USAGE);
   list = loptend;      /* skip over possible `--' */
+#endif
 
   return_catch_value = get_exitstat (list);