diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 06:15:40 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 16:16:52 -0500 |
commit | 5bb8672ccded7cae695a3753a14733125f8a0aee (patch) | |
tree | 296b469f27aad7a30e1e97d42d1e324f5b50c775 | |
parent | e0479c10e8261bd60da2c0dcfab024255a6f92eb (diff) | |
download | pemagine-5bb8672ccded7cae695a3753a14733125f8a0aee.tar.bz2 pemagine-5bb8672ccded7cae695a3753a14733125f8a0aee.tar.xz |
build system: configure: fix usage() for out-of-tree builds.
-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 $? } |