Mike Frysinger
|
ef1ff1b4f2
|
make shell math operations style more succulent
Convert the style:
var=$((${var} + 1))
to:
: $(( var += 1 ))
The latter is easier to read imo.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
2011-11-19 02:25:36 -05:00 |
|
Mike Frysinger
|
d0bc4f20ad
|
drop useless "All rights reserved" notice
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
2011-06-29 19:46:31 -04:00 |
|
Mike Frysinger
|
faa2df1159
|
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
2011-01-17 04:49:12 -05:00 |
|
Roy Marples
|
658a220638
|
Add (c) to Copyright
|
2009-05-01 15:11:40 +01:00 |
|
Roy Marples
|
d231a2f0d9
|
Fix logic, thanks to Maryasin Semen
|
2009-04-23 20:44:17 +00:00 |
|
Roy Marples
|
72dcac8c55
|
Shorten common messages for prefixed output.
|
2008-10-10 09:03:59 +00:00 |
|
Roy Marples
|
93a3b2dd02
|
Fix iwconfig parsing on Linux, #111 thanks to Andrew Gaffney.
|
2008-09-04 14:54:56 +00:00 |
|
Roy Marples
|
46a74f244e
|
Typo
|
2008-07-24 19:02:28 +00:00 |
|
Roy Marples
|
c67233f15c
|
Don't set silly defaults that may brake users.
|
2008-07-09 18:28:45 +00:00 |
|
Roy Marples
|
eeadc618fb
|
Work with madwifi craptastic drivers. Hopefuly prism54 still works.
|
2008-05-27 13:07:18 +00:00 |
|
Roy Marples
|
799686e40d
|
Fix force_preferred, #60.
|
2008-04-20 14:24:35 +00:00 |
|
Roy Marples
|
ccf238f852
|
Merge net.OS into net
|
2008-03-26 14:18:01 +00:00 |
|