Another fix to the helper script

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2021-05-03 22:22:06 +02:00
parent 07e402a1ba
commit a66c60b111
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PROBLEMS=(
)
# Indicate the source (including workaround for rhbz#1926687)
URL=$(spectool -S -l ./gnuradio.spec | sed -nE '/^\s*Source/ s/Source0:\s+//g;p')
URL=$(spectool -S -l ./gnuradio.spec | sed -nE '/^\s*Source/ s/Source0:\s+//g p')
# Meta variables
SOURCE=$(basename $URL)