commit | 7db312ad265608264c1d42106ceadf158ff7f77e | [log] [tgz] |
---|---|---|
author | Maninder Singh <maninder1.s@samsung.com> | Mon Jun 01 10:40:09 2015 +0000 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jun 07 18:19:47 2015 +0200 |
tree | af52f33d826c1ca68fd43fd655ae1900a6dfd329 | |
parent | 0fabedf085591b50994e4f8c133bfa87f1777ee4 [diff] [blame] |
fix whitespaces 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>
diff --git a/coreutils/shuf.c b/coreutils/shuf.c index 6d0a68f..9f61f2f 100644 --- a/coreutils/shuf.c +++ b/coreutils/shuf.c
@@ -94,7 +94,7 @@ *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); }