diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-15 16:19:13 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-15 16:19:13 -0500 |
| commit | ed12cadce8cd41e0097ed71e15f2b2e729dbbf87 (patch) | |
| tree | 0d174776427950fb8049875df24bb0e06bd32b46 | |
| parent | a9774ee1049f6b7160ee7bdffc0c2dc57ea39e65 (diff) | |
build: Use bash for bootstrap script
Signed-off-by: Ian Moffett <ian@osmora.org>
| -rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [[ ! -d cc/toolchain ]] then |
