diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 06:15:40 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 16:18:25 -0500 |
commit | a529493e1aee8f8efc265c7d4191c567a3ec8056 (patch) | |
tree | c1332766e61e9b077b087921f594c423ebc823ab /configure | |
parent | 5daef8300d1392be4e392261ba8c729830b1d34c (diff) | |
download | ntapi-a529493e1aee8f8efc265c7d4191c567a3ec8056.tar.bz2 ntapi-a529493e1aee8f8efc265c7d4191c567a3ec8056.tar.xz |
build system: configure: fix usage() for out-of-tree builds.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ usage() { - cat config.usage + cat "$mb_project_dir"/config.usage exit $? } |