diff options
author | Jakub Jankowski <shasta@toxcorp.com> | 2017-11-21 02:11:55 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2017-11-21 00:07:59 -0600 |
commit | fffe03a02f8d61480cace91dd0612de7ea6be2ca (patch) | |
tree | d0f779c507b39887984655decfd015d475a0e734 /manpages/rc.inet1.8 | |
parent | f6cfb92d54918c46dbc8673396333b50317cfb36 (diff) | |
download | slacknetsetup-fffe03a02f8d61480cace91dd0612de7ea6be2ca.tar.xz |
rc.inet1: Replace [ test1 -a test2 ] with [ test1 ] && [ test2 ]
Conditional expression like [ test1 -a test2 ] should be avoided as it
is not well defined.
See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html#tag_20_128_16
and https://github.com/koalaman/shellcheck/wiki/SC2166
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'manpages/rc.inet1.8')
0 files changed, 0 insertions, 0 deletions