diff options
Diffstat (limited to 'mesonconf.py')
-rwxr-xr-x | mesonconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonconf.py b/mesonconf.py index eeedc2b..57010a6 100755 --- a/mesonconf.py +++ b/mesonconf.py @@ -198,7 +198,7 @@ class Conf: if __name__ == '__main__': options = parser.parse_args() - if len(options.directory) < 1: + if len(options.directory) > 1: print('%s <build directory>' % sys.argv[0]) print('If you omit the build directory, the current directory is substituted.') sys.exit(1) |