-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug
Following the install guide on macOS with default bash (3.2.57):
bash <(curl -sL https://raw.githubusercontent.com/databricks-solutions/ai-dev-kit/main/install.sh)
Throws the following syntax error:
/dev/fd/11: line 862: syntax error near unexpected token `}'
Cause
install.sh line 862 closes an if block with } instead of fi:
if [ "$SCOPE" = "project" ]; then
mkdir -p ".ai-dev-kit"
echo "$ver" > ".ai-dev-kit/version"
} # <-- should be "fi"This appears to cause a syntax error on macOS with bash 3.2.57.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working