#
99342bd4 |
| 11-Jan-2018 |
rpe <rpe@openbsd.org> |
- change [] tests to [[]] - change -a, -o to &&, || inside [[]] - remove unecessary quoting inside [[]] - remove X"" constructs inside [[]] - remove \ (line continuation) in case of &&, || and pipes
- change [] tests to [[]] - change -a, -o to &&, || inside [[]] - remove unecessary quoting inside [[]] - remove X"" constructs inside [[]] - remove \ (line continuation) in case of &&, || and pipes - replace backticks with $()
discussed with and OK aja@ OK tb
show more ...
|
#
ac826d78 |
| 08-Jul-2011 |
robert <robert@openbsd.org> |
Switch amd and spamlogd to rc scripts and make sure that the rc_pre() functions are returning correctly. This change also simplyfies the changes because false || return 1 can be replaced with false i
Switch amd and spamlogd to rc scripts and make sure that the rc_pre() functions are returning correctly. This change also simplyfies the changes because false || return 1 can be replaced with false if that's the last call. thanks halex@!
show more ...
|