summaryrefslogtreecommitdiff
path: root/command/xargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'command/xargs.c')
-rw-r--r--command/xargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/xargs.c b/command/xargs.c
index 47e0f0b..f742dd4 100644
--- a/command/xargs.c
+++ b/command/xargs.c
@@ -111,7 +111,7 @@ void read_args(FILE* file, char*** args, int* size, int* capacity) {
}
}
-COMMAND(xargs) {
+COMMAND(xargs_main) {
int start, arg_start, arg_on_stack_count;
int size, capacity, i;