aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 5cdd7f006..962813dbd 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -8762,7 +8762,7 @@ procargs(int argc, char **argv)
8762 xminusc = minusc; 8762 xminusc = minusc;
8763 if (*xargv == NULL) { 8763 if (*xargv == NULL) {
8764 if (xminusc) 8764 if (xminusc)
8765 sh_error("-c requires an argument"); 8765 sh_error(bb_msg_requires_arg, "-c");
8766 sflag = 1; 8766 sflag = 1;
8767 } 8767 }
8768 if (iflag == 2 && sflag == 1 && isatty(0) && isatty(1)) 8768 if (iflag == 2 && sflag == 1 && isatty(0) && isatty(1))