mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-20 23:20:51 +08:00
Simplify rpm -qa call
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user