summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-11-15 16:19:13 -0500
committerIan Moffett <ian@osmora.org>2025-11-15 16:19:13 -0500
commited12cadce8cd41e0097ed71e15f2b2e729dbbf87 (patch)
tree0d174776427950fb8049875df24bb0e06bd32b46 /bootstrap
parenta9774ee1049f6b7160ee7bdffc0c2dc57ea39e65 (diff)
build: Use bash for bootstrap script
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 0500d3f..4ad26e4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
if [[ ! -d cc/toolchain ]]
then