projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fabedf
)
fix whitespaces
author
Maninder Singh
<maninder1.s@samsung.com>
Mon, 1 Jun 2015 10:40:09 +0000
(10:40 +0000)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 7 Jun 2015 16:19:47 +0000
(18:19 +0200)
reported by script :- scripts/fix_ws.sh
Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/shuf.c
patch
|
blob
|
history
diff --git
a/coreutils/shuf.c
b/coreutils/shuf.c
index 6d0a68fc16db64f20a0833af7e461c8382f8ab69..9f61f2f7de3d10ac54b98a0dd4d698b094b407f8 100644
(file)
--- a/
coreutils/shuf.c
+++ b/
coreutils/shuf.c
@@
-94,7
+94,7
@@
int shuf_main(int argc, char **argv)
*dash = '\0';
lo = xatou(opt_i_str);
hi = xatou(dash + 1);
- *dash = '-';
+ *dash = '-';
if (hi < lo) {
bb_error_msg_and_die("bad range '%s'", opt_i_str);
}