diff options
author | Ian Moffett <ian@osmora.org> | 2024-06-25 19:25:22 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-06-25 19:25:22 -0400 |
commit | fbf00bdfb60b375d51de29f77471e306feab2354 (patch) | |
tree | 674b487e1cc02b9fac377c8aae3d07ede97c51fa /bootstrap | |
parent | c62264a200b943c6c5f57489caec3df2a99086e5 (diff) |
build: /bin/sh -> bin/bash
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e mkdir -p lib/ |