aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/sha1sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sha1sum.c b/coreutils/sha1sum.c
index 8056b1d58..c6534b5cb 100644
--- a/coreutils/sha1sum.c
+++ b/coreutils/sha1sum.c
@@ -190,7 +190,7 @@ extern int authenticate(int argc, char **argv, void (*hash_ptr)(FILE *stream, un
}
if (argc == optind) {
- argv[argc] = "-";
+ argv[argc++] = "-";
}
while (optind < argc) {