From 1ba8d2aeadd1efdb0ee5f6e9df68274dd65cdc87 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 28 Jan 2022 18:41:39 +0000 Subject: [PATCH] Update path in .sh scripts --- scripts/build.bash | 2 +- scripts/test.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.bash b/scripts/build.bash index 8739e07..3b9e0b3 100644 --- a/scripts/build.bash +++ b/scripts/build.bash @@ -2,7 +2,7 @@ # Script for building your rust projects. set -e -source ci/common.bash +source scripts/common.bash # $1 {path} = Path to cross/cargo executable CROSS=$1 diff --git a/scripts/test.bash b/scripts/test.bash index da9e282..0f0d28f 100644 --- a/scripts/test.bash +++ b/scripts/test.bash @@ -2,7 +2,7 @@ # Script for building your rust projects. set -e -source ci/common.bash +source scripts/common.bash # $1 {path} = Path to cross/cargo executable CROSS=$1