reports.mk: provide bashism with bash
Wrote that it's a bashism myself and neglected to specify the proper shell, sigh. This SHELL manipulation could ruin tracing piggybacked onto it within lib/report.mk but it's too late at this stage anyways.
This commit is contained in:
parent
6f584cdc52
commit
1d8b9f494d
@ -77,6 +77,7 @@ reports/contents: reports/prep
|
||||
fi; \
|
||||
esac
|
||||
|
||||
reports/packages: SHELL = /bin/bash
|
||||
reports/packages: reports/prep
|
||||
@grep -E 'chroot/.in/[^/]*.rpm' < $(BUILDLOG) | \
|
||||
cut -d' ' -f 1 | tr -d "'"'`' | \
|
||||
|
Loading…
Reference in New Issue
Block a user