Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[RPM] fix broken -u flag in buildrmps.sh
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Jan 2, 2020
1 parent 4f5c3b3 commit 1f02010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/buildrpms.sh
Expand Up @@ -165,7 +165,7 @@ then
fi

srpm=$(grep -e 'Wrote: .*\.src\.rpm' $OUTDIR/build.log 2>/dev/null |
sed 's_Wrote: /builddir/build/SRPMS/\(.*\)_\1_')
sed 's_Wrote: /builddir/build/SRPMS/\(.*\.rpm\).*_\1_')

if [ "$srpm_only" -eq "1" ]
then
Expand Down

0 comments on commit 1f02010

Please sign in to comment.