Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37840081
en ru br
ALT Linux repos
S:20220418-alt1

Group :: Development/Tools
RPM: bmake

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: bmake-egrep.patch
Download


diff --git a/unit-tests/export.mk b/unit-tests/export.mk
index bab08ee..7c2e5e6 100644
--- a/unit-tests/export.mk
+++ b/unit-tests/export.mk
@@ -40,7 +40,7 @@ BAR=	bar is ${UT_FU}
 
 .MAKE.EXPORTED+=	UT_ZOO UT_TEST
 
-FILTER_CMD?=	egrep -v '^(MAKEFLAGS|MALLOC_.*|PATH|PWD|SHLVL|_|&)='
+FILTER_CMD?=	grep -E -v '^(MAKEFLAGS|MALLOC_.*|PATH|PWD|SHLVL|_|&)='
 
 all:
 	@env | ${FILTER_CMD} | sort
diff --git a/unit-tests/make-exported.mk b/unit-tests/make-exported.mk
index 58cb151..dad893f 100755
--- a/unit-tests/make-exported.mk
+++ b/unit-tests/make-exported.mk
@@ -22,4 +22,4 @@ UT_VAR=		${UNEXPANDED}
 .MAKE.EXPORTED=		-literal UT_VAR
 
 all:
-	@env | sort | egrep '^UT_|make-exported-value' || true
+	@env | sort | grep -E '^UT_|make-exported-value' || true
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin