Print build directory once selected
This commit is contained in:
parent
a0468b7842
commit
deb09d7bb9
@ -126,6 +126,7 @@ EOF
|
|||||||
hash -d build=$local_build_dir
|
hash -d build=$local_build_dir
|
||||||
export build_dir=$local_build_dir
|
export build_dir=$local_build_dir
|
||||||
export BUILD_DIR=$PWD/$local_build_dir
|
export BUILD_DIR=$PWD/$local_build_dir
|
||||||
|
echo "build diretory: $build_dir"
|
||||||
|
|
||||||
# If `--build` is specified then evaluate the command.
|
# If `--build` is specified then evaluate the command.
|
||||||
if [[ -n $do_build ]]; then
|
if [[ -n $do_build ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user