Print build directory once selected

This commit is contained in:
Kenneth Benzie 2025-04-09 14:44:16 +01:00
parent a0468b7842
commit fb2d270e2d

View File

@ -126,6 +126,7 @@ EOF
hash -d build=$local_build_dir
export build_dir=$local_build_dir
export BUILD_DIR=$PWD/$local_build_dir
echo "$build_dir"
# If `--build` is specified then evaluate the command.
if [[ -n $do_build ]]; then