buildlab: use grep -E instead of egrep
This commit is contained in:
parent
04c2c9edde
commit
eeaa4b0f32
|
@ -55,7 +55,7 @@ runpart() {
|
|||
}
|
||||
|
||||
is_vserver() {
|
||||
egrep -q '^VxID:[[:space:]]*[0-9]+' /proc/self/status
|
||||
grep -E -q '^VxID:[[:space:]]*[0-9]+' /proc/self/status
|
||||
}
|
||||
|
||||
do_chroot_open() {
|
||||
|
|
Loading…
Reference in New Issue