Alexander Wels has uploaded a new change for review. Change subject: Makefile: locale ulimit message ......................................................................
Makefile: locale ulimit message - Fixed locale ulimit message giving wrong current ulimit Change-Id: I8d5d3beac4a29f2f057dffbe3543865e382aa558 Signed-off-by: Alexander Wels <[email protected]> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/79/27879/1 diff --git a/Makefile b/Makefile index a911fad..b168115 100644 --- a/Makefile +++ b/Makefile @@ -319,7 +319,7 @@ require="10240"; \ current="$$(ulimit -n)"; \ if [ "$${current}" -lt "$${require}" ]; then \ - echo "Building locales requires more than $${require} available file descriptors, currently $${require}" >&2; \ + echo "Building locales requires more than $${require} available file descriptors, currently $${current}" >&2; \ echo "Refer to README.developer for further instructions" >&2; \ false; \ fi; \ -- To view, visit http://gerrit.ovirt.org/27879 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8d5d3beac4a29f2f057dffbe3543865e382aa558 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
