diff --git a/scripts/update.sh b/scripts/update.sh index c71471f2..fbcc4d90 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