aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r--shell/shell_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c
index bc34de404..ad9048d89 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -432,8 +432,8 @@ shell_builtin_ulimit(char **argv)
432 * ulimit 123 -c2 -l 456 432 * ulimit 123 -c2 -l 456
433 */ 433 */
434 434
435 /* In case getopt was already called: 435 /* In case getopt() was already called:
436 * reset the libc getopt() function, which keeps internal state. 436 * reset libc getopt() internal state.
437 */ 437 */
438 GETOPT_RESET(); 438 GETOPT_RESET();
439 439