diff options
author | 2015-06-02 19:39:18 +0000 | |
---|---|---|
committer | 2015-06-02 19:39:18 +0000 | |
commit | 98b5e5c6b179d61b32fcf0485908c0a12cc1dd04 (patch) | |
tree | 79bc4d778361d37c825f470e1c6fcf75603db2a9 /lib/libc | |
parent | sync (diff) | |
download | wireguard-openbsd-98b5e5c6b179d61b32fcf0485908c0a12cc1dd04.tar.xz wireguard-openbsd-98b5e5c6b179d61b32fcf0485908c0a12cc1dd04.zip |
Replace
[[ -n $(foo | grep 'bar') ]]
with
foo | grep -q 'bar'
OK halex@ krw@
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions