forked from kiss-community/kiss
kiss: Stop being overprotective with grep
This commit is contained in:
parent
c8de8500f4
commit
86f0a723b1
2
kiss
2
kiss
@ -1095,7 +1095,7 @@ main() {
|
|||||||
# Prefer GNU grep if installed as it is much much faster than busybox's
|
# Prefer GNU grep if installed as it is much much faster than busybox's
|
||||||
# implementation. Very much worth it if you value performance over
|
# implementation. Very much worth it if you value performance over
|
||||||
# POSIX correctness.
|
# POSIX correctness.
|
||||||
grep=$(command -v ggrep 2>/dev/null) || grep='grep'; : "${grep:=grep}"
|
grep=$(command -v ggrep) || grep='grep'
|
||||||
|
|
||||||
# This allows for automatic setup of a KISS chroot and will
|
# This allows for automatic setup of a KISS chroot and will
|
||||||
# do nothing on a normal system.
|
# do nothing on a normal system.
|
||||||
|
Loading…
Reference in New Issue
Block a user