Skip to content

Commit 3d2193c

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix: apply safety triangle fixes (recipe-shell-quote-vars)
Auto-applied by hypatia dispatch-runner via gitbot-fleet. 1 file(s) modified. Recipes: recipe-shell-quote-vars Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bcea1c9 commit 3d2193c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.clusterfuzzlite/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -eu
2-
cd $SRC/*/fuzz
2+
cd "$SRC"/*/fuzz
33
cargo +nightly fuzz build
44
for target in fuzz_targets/*; do
55
target_name=$(basename ${target%.rs})

0 commit comments

Comments
 (0)