Skip to content

[docs](ldb-toolchain) use bash instead of sh to invoke ldb_toolchain_gen.sh#3539

Open
jonathanhu237 wants to merge 1 commit intoapache:masterfrom
jonathanhu237:fix/ldb-toolchain-shell-invocation
Open

[docs](ldb-toolchain) use bash instead of sh to invoke ldb_toolchain_gen.sh#3539
jonathanhu237 wants to merge 1 commit intoapache:masterfrom
jonathanhu237:fix/ldb-toolchain-shell-invocation

Conversation

@jonathanhu237
Copy link
Copy Markdown

Fixes #3538

Versions

  • dev
  • 4.x
  • 3.x
  • 2.1

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built

…gen.sh

Signed-off-by: jonathanhu237 <jonathanhu237@gmail.com>
Copilot AI review requested due to automatic review settings April 12, 2026 16:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the LDB toolchain compilation documentation to invoke ldb_toolchain_gen.sh with bash (instead of sh) to avoid failures on systems where /bin/sh is dash, aligning the docs with the script’s Bash-specific syntax (Issue #3538).

Changes:

  • Replace sh ldb_toolchain_gen.sh ... with bash ldb_toolchain_gen.sh ... in the English compilation guide.
  • Apply the same fix to the Chinese (zh-CN) version of the guide.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
community/source-install/compilation-with-ldb-toolchain.md Switches the documented invocation to bash for correct script execution on Debian/Ubuntu.
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-with-ldb-toolchain.md Mirrors the same shbash doc fix in the zh-CN guide.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Fix shell invocation in LDB toolchain compilation guide

2 participants