We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df02aa9 commit 40595e0Copy full SHA for 40595e0
rust/scripts/ci/generate-workspace-changelog.sh
@@ -80,7 +80,7 @@ fi
80
81
# Temporary directory for categorization
82
TEMP_DIR=$(mktemp -d)
83
-trap "rm -rf $TEMP_DIR" EXIT
+trap 'rm -rf "$TEMP_DIR"' EXIT
84
85
# Extract workspace members from rust/main/Cargo.toml
86
WORKSPACE_MEMBERS=$(grep -A 100 '^\[workspace\]' "$RUST_MAIN_DIR/Cargo.toml" | sed -n '/^members = \[/,/^\]/p' | grep '"' | sed 's/[", ]//g')
0 commit comments