# HG changeset patch # User Gilles Duboscq # Date 1365347099 -7200 # Node ID 34d13df4165beb28b48ab87c5ac954557506b855 # Parent f69a72df49397eae82ee06c173e929451b0c6f06 Fix client build in mx diff -r f69a72df4939 -r 34d13df4165b mx/commands.py --- a/mx/commands.py Sun Apr 07 14:53:18 2013 +0200 +++ b/mx/commands.py Sun Apr 07 17:04:59 2013 +0200 @@ -540,7 +540,6 @@ buildSuffix = '' elif vm == 'client': buildSuffix = '1' - return else: assert vm == 'graal', vm buildSuffix = 'graal'