Page MenuHomeFreeBSD

git-arc: Quote echoed variables
AbandonedPublic

Authored by 0mp on Oct 24 2024, 8:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 6 2025, 6:04 PM
Unknown Object (File)
Jan 31 2025, 7:38 AM
Unknown Object (File)
Jan 26 2025, 6:13 PM
Unknown Object (File)
Jan 22 2025, 2:58 AM
Unknown Object (File)
Jan 22 2025, 1:33 AM
Unknown Object (File)
Jan 22 2025, 12:22 AM
Unknown Object (File)
Jan 15 2025, 4:01 PM
Unknown Object (File)
Dec 17 2024, 8:56 PM
Subscribers

Details

Summary

This is a preparation for an eventual transition to printfs. Let's make
sure that we do not depend on globbing and word splitting.

MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60180
Build 57064: arc lint + arc unit

Event Timeline

0mp requested review of this revision.Oct 24 2024, 8:42 AM
This revision is now accepted and ready to land.Oct 24 2024, 10:40 AM

Seems fine, but it's gratuitous in my opinion. This could be done at the same time as converting to printf.

0mp added a subscriber: jlduran.

Considering that git-arc is now more portable thanks to the patches by @jlduran_gmail.com, I'm closing this revision. If we decide to start quoting variables in git-arc for the sake of defensive programming, we should review the whole file instead of just the echo cases.