03-test-kernel: silliest mistake II

The previous part was fixed and discussed in commit
c30490e2e884f8655a2704fa6a84e60b13876874;
so much for a deduplication effort...

This would result in almost immediate

  make[1]: *** [profile/populate] Error 2

as well.
This commit is contained in:
Michael Shigorin 2012-11-23 16:03:32 +04:00
parent 2e1e4d6f09
commit e9f60f007c

View File

@ -7,7 +7,7 @@ GZ_OPTS="-comp gzip -noI"
XZ_OPTS="-comp xz" XZ_OPTS="-comp xz"
LZO_OPTS="-comp lzo -noI" LZO_OPTS="-comp lzo -noI"
verbose() { [ -n "$GLOBAL_VERBOSE" ] && echo "** $@" >&2; } verbose() { [ -z "$GLOBAL_VERBOSE" ] || echo "** $@" >&2; }
fatal() { echo "** error: $@" >&2; exit 1; } fatal() { echo "** error: $@" >&2; exit 1; }
configured() configured()