From b58aba9dd024f3d5936a6742473e4c69a2b3db7c Mon Sep 17 00:00:00 2001 From: jethrogb Date: Wed, 4 Mar 2026 17:22:43 -0800 Subject: [PATCH] Clarify build script current directory --- src/doc/src/reference/build-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/build-scripts.md b/src/doc/src/reference/build-scripts.md index d78efb40b..83b7355b5 100644 --- a/src/doc/src/reference/build-scripts.md +++ b/src/doc/src/reference/build-scripts.md @@ -63,7 +63,7 @@ When the build script is run, there are a number of inputs to the build script, all passed in the form of [environment variables][build-env]. In addition to environment variables, the build script’s current directory is -the source directory of the build script’s package. +the root directory of the build script’s package. [build-env]: environment-variables.md#environment-variables-cargo-sets-for-build-scripts