index
:
coreutils
master
Please don't use this on a production system
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sleep.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '')
-rw-r--r--
sleep.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleep.c b/sleep.c
index 0f1d9e3..e27dce3 100644
--- a/
sleep.c
+++ b/
sleep.c
@@ -4,6 +4,6 @@
int main(int argc, char *argv[])
{
- if (argc > 0)
+ if (argc > 1)
sleep(atoi(argv[1]));
}