1
0
mirror of https://gitlab.alpinelinux.org/alpine/abuild.git synced 2025-04-19 06:42:18 +03:00

buildlab: use grep -E instead of egrep

This commit is contained in:
Natanael Copa 2022-09-12 17:20:47 +02:00
parent 04c2c9edde
commit eeaa4b0f32

View File

@ -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() {