force it to use bash in clean.sh and build.sh

This commit is contained in:
idk
2022-07-15 23:26:45 -04:00
parent 8a75fc7450
commit 645715d848
8 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#! /usr/bin/env bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "$SCRIPT_DIR" || exit 1