-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
0.3
-
None
-
OS X 10.8.3
qbs 12721ac8f2c34ff8d8c6bfd23c7b979c14fdbf13
Attempting to pass a relative path to --install-root on the QBS command line results in the rather unhelpful:
"ERROR: Directory '
{path}' could not be created."We should either combine working directory and {path}
to make it absolute, or print a more descriptive error such as:
"ERROR: --install-root only accepts absolute paths."