Stop requiring Bash for cargo.sh

There aren't actually any Bashism's used and it works fine with Busybox
compatible shells
This commit is contained in:
Bart Ribbers
2019-09-27 10:21:07 +02:00
parent 97dd2b1096
commit 3935375d1b

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# This script manages Cargo operations
# while keeping the artifact directory within the build tree