Commit 1d8b9f49 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

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.
parent 6f584cdc
......@@ -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 "'"'`' | \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment