Add clarifying comments about bash usage in build scripts

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-28 15:18:19 +00:00
parent 6b978f05e0
commit 57a4e92511
4 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/bash
# SparkOS Image Creation Script
# Creates a bootable dd-able disk image
# Note: This script runs on the host system and uses bash for ${BASH_SOURCE}
# The target system uses busybox sh instead.
set -e