From e8ce4603b1126627459575ed4e5fe107fddf2527 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 9 Nov 2023 00:17:10 +0000 Subject: [PATCH] Try to fix the command execution --- scripts/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update.sh b/scripts/update.sh index fbcc4d906..c71471f28 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -6,6 +6,8 @@ curl -sf https://gitlab.redox-os.org/redox-os/redox/raw/master/bootstrap.sh -o b bash -e bootstrap.sh -d # Update the Rust toolchain rustup update || true +# Change the active directory to the root of the build system +cd .. # Update the build system source and submodules make pull # Update the relibc folder timestamp