fix openhamclock install

This commit is contained in:
David Young
2026-04-10 11:42:43 -06:00
parent 1f84c6affb
commit 3768ddd88a
2 changed files with 4 additions and 4 deletions

View File

@@ -205,7 +205,7 @@ run_steps() {
cd "$src_dir"
echo " Building $app..."
IFS=',' read -ra step_list <<< "$steps"
IFS='|' read -ra step_list <<< "$steps"
for step in "${step_list[@]}"; do
step=$(echo "$step" | sed 's/^[[:space:]]*//;s/[[:space:]]*$//')
echo " Running: $step"