summaryrefslogtreecommitdiff
path: root/buildlab.in
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-06-06 01:30:47 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-06-06 01:30:47 -0500
commit3ff11a344021db7aabdfa310800dbe878d3663c8 (patch)
tree1c2ea4218b26d34004442362eb1502521fb84b3e /buildlab.in
parentaad8784833043b4d476da84784a74d39c33e7011 (diff)
downloadabuild-3ff11a344021db7aabdfa310800dbe878d3663c8.tar.gz
abuild-3ff11a344021db7aabdfa310800dbe878d3663c8.tar.bz2
abuild-3ff11a344021db7aabdfa310800dbe878d3663c8.tar.xz
abuild-3ff11a344021db7aabdfa310800dbe878d3663c8.zip
Utilities: Use grep -E instead of egrep
egrep has been deprecated for a long time. This only appeared in packages with provider_priority or replaces_priority, which presently only affects user/netqmail and user/postfix. It's still good to fix. Closes: #12
Diffstat (limited to 'buildlab.in')
-rw-r--r--buildlab.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlab.in b/buildlab.in
index 1b56ffc..f75717b 100644
--- a/buildlab.in
+++ b/buildlab.in
@@ -55,7 +55,7 @@ runpart() {
}
is_vserver() {
- egrep -q '^VxID:[[:space:]]*[0-9]+' /proc/self/status
+ grep -Eq '^VxID:[[:space:]]*[0-9]+' /proc/self/status
}
do_chroot_open() {