commit f27bc0004520de20556377b4a7e967ed64bae1a7 parent a32d70465263f903bbb20ca06e3d3f655f49d414 Author: typable <contact@typable.dev> Date: Sat, 7 Sep 2024 00:13:17 +0200 fix: Fixed build script shell type Diffstat:
M | build.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [[ "$OSTYPE" == "linux-gnu" || "$OSTYPE" == "darwin" ]]; then cpdl=":"