mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-17 20:54:46 +00:00
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
Block a user