fix: quote \$0 in basename call#2098
Conversation
Signed-off-by: operagxoksana <operagxoksana@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single line in a bash test script was modified to add quotes around a variable reference in a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @operagxoksana . Thanks for contributing. Currently we don't have any example where the quoting is needed, so I'll close this for now. Feel free to open if you find a bug |
Quote $0 in the basename call to avoid potential word splitting if the script path contains spaces. This change does not alter behavior but makes the script more robust.
Summary by CodeRabbit