Skip to content

Commit 042a90d

Browse files
committed
Updates default workspace path
Changes the default BASE_DIR path to include the "sof.git" directory when the SOF_WORKSPACE environment variable is unset, ensuring consistency with repository structure. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent c150d7b commit 042a90d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build-alsa-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ declare -a COMMIT_ID=(
2222
# Directory where repositories will be cloned/updated.
2323
if [[ -z "$SOF_WORKSPACE" ]]; then
2424
# Environment variable is empty or unset so use default
25-
BASE_DIR="/home/sof/work"
25+
BASE_DIR="/home/sof/work/sof.git"
2626
else
2727
# Environment variable exists and has a value
2828
BASE_DIR="$SOF_WORKSPACE"

0 commit comments

Comments
 (0)