From 146c2a21454393c36b9d2a58d7ffd31817a12360 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 9 Nov 2023 00:26:07 +0000 Subject: [PATCH] Revert a change --- scripts/update.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index c71471f28..fbcc4d906 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -6,8 +6,6 @@ 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