Update path in .sh scripts

pull/1/head
sgoudham 3 years ago
parent c546eb26b8
commit 1ba8d2aead

@ -2,7 +2,7 @@
# Script for building your rust projects. # Script for building your rust projects.
set -e set -e
source ci/common.bash source scripts/common.bash
# $1 {path} = Path to cross/cargo executable # $1 {path} = Path to cross/cargo executable
CROSS=$1 CROSS=$1

@ -2,7 +2,7 @@
# Script for building your rust projects. # Script for building your rust projects.
set -e set -e
source ci/common.bash source scripts/common.bash
# $1 {path} = Path to cross/cargo executable # $1 {path} = Path to cross/cargo executable
CROSS=$1 CROSS=$1

Loading…
Cancel
Save