diff options
Diffstat (limited to 'lbmk')
-rwxr-xr-x | lbmk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ set -u -e . "include/err.sh" . "include/export.sh" -projectname="$(cat projectname)" +read projectname < projectname buildpath="" mode="" option="" |