[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] djm: use grep -E instead of egrep

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon May 15 14:51:32 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
48894589 by Holger Levsen at 2023-05-15T15:51:16+02:00
djm: use grep -E instead of egrep

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/djm


Changes:

=====================================
bin/djm
=====================================
@@ -297,7 +297,7 @@ verify_target_action_reason(){
 			;;
 		all)	TARGET="$(./nodes/list_nodes )"
 			;;
-		*)	TARGET="$(./nodes/list_nodes | egrep $TARGET || true)"
+		*)	TARGET="$(./nodes/list_nodes | grep -E $TARGET || true)"
 			;;
 	esac
 	if [ -z "$TARGET" ] ; then



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4889458930ea095426fe9e9a2e45f7aaab198cfc

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4889458930ea095426fe9e9a2e45f7aaab198cfc
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230515/d214d76e/attachment.htm>


More information about the Qa-jenkins-scm mailing list