From 3935375d1b1785ab80e012c6282aa5d9ea3529aa Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 27 Sep 2019 10:21:07 +0200 Subject: [PATCH] Stop requiring Bash for cargo.sh There aren't actually any Bashism's used and it works fine with Busybox compatible shells --- cargo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo.sh b/cargo.sh index adb5aca5..8a68bc11 100755 --- a/cargo.sh +++ b/cargo.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This script manages Cargo operations # while keeping the artifact directory within the build tree