summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-22 07:39:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-22 07:39:37 +0000
commitceb5acfd43d9d60eeb5968067882ffe2d7fb0109 (patch)
tree238bf1411ab1931b5f00ff10f6dd4961134c402f /Makefile.maint
parentb767f966788fc25637b3429357c265a3de71d6a4 (diff)
Simplify rpm -qa call
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 92b0bd2311..ea550a895e 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -85,7 +85,7 @@ TOOL_VERSIONS: Makefile.maint
echo "The following RTEMS RPMs were installed on the machine" ; \
echo "where this release was made:" ; \
echo ; \
- rpm -q -a | grep rtems-4.8 | sed -e 's/^/ /' ; \
+ rpm -qa 'rtems-4.8*' | sed -e 's/^/ /' ; \
echo \
) >TOOL_VERSIONS