Commit e9f60f00 authored by Michael Shigorin's avatar Michael Shigorin

03-test-kernel: silliest mistake II

The previous part was fixed and discussed in commit c30490e2; so much for a deduplication effort... This would result in almost immediate make[1]: *** [profile/populate] Error 2 as well.
parent 2e1e4d6f
......@@ -7,7 +7,7 @@ GZ_OPTS="-comp gzip -noI"
XZ_OPTS="-comp xz"
LZO_OPTS="-comp lzo -noI"
verbose() { [ -n "$GLOBAL_VERBOSE" ] && echo "** $@" >&2; }
verbose() { [ -z "$GLOBAL_VERBOSE" ] || echo "** $@" >&2; }
fatal() { echo "** error: $@" >&2; exit 1; }
configured()
......
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