Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2021-11-18 14:45:58 +0000
committerJonah Graham2021-11-18 14:45:58 +0000
commite533cf336df7cd22eed25aeda46864b27186519d (patch)
treeba021ad0cbf9be36b5cd829e74594888e87efb34
parent13659e9df3acd676942c72ddd05246960b9c2858 (diff)
downloadorg.eclipse.epp.packages-e533cf336df7cd22eed25aeda46864b27186519d.tar.gz
org.eclipse.epp.packages-e533cf336df7cd22eed25aeda46864b27186519d.tar.xz
org.eclipse.epp.packages-e533cf336df7cd22eed25aeda46864b27186519d.zip
Fixup of Add PDE Spy to non-Incubating list
Add missing pipe for the series of greps. This is a follow-up of 9c2bb9207140b5f901c1142d0d0919b84c030741 Change-Id: I016b62931cae97bf6c5bc5f5edb38596659a9ada
-rwxr-xr-xreleng/org.eclipse.epp.config/tools/check-incubating.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/tools/check-incubating.sh b/releng/org.eclipse.epp.config/tools/check-incubating.sh
index d63701e2..123c5fca 100755
--- a/releng/org.eclipse.epp.config/tools/check-incubating.sh
+++ b/releng/org.eclipse.epp.config/tools/check-incubating.sh
@@ -25,7 +25,7 @@ for i in *eclipse*linux.gtk.x86_64.tar.gz; do
grep -v "org\\.eclipse\\.tracecompass\\..*" | \
grep -v "org\\.eclipse\\.m2e\\.workspace\\.cli.*" | \
grep -v "org\\.eclipse\\.jface\\.notifications" | \
- grep -v "org\\.eclipse\\.cdt\\.debug\\.core\\.memory" \
+ grep -v "org\\.eclipse\\.cdt\\.debug\\.core\\.memory" | \
grep -v "org\\.eclipse\\.pde\\.spy" \
|| echo " No incubating plug-ins identified"
done

Back to the top