Page MenuHomeFreeBSD

git-arc: Quote echoed variables
AbandonedPublic

Authored by 0mp on Oct 24 2024, 8:42 AM.
Tags
None
Referenced Files
F109062550: D47273.id.diff
Fri, Jan 31, 7:38 AM
Unknown Object (File)
Sun, Jan 26, 6:13 PM
Unknown Object (File)
Wed, Jan 22, 2:58 AM
Unknown Object (File)
Wed, Jan 22, 1:33 AM
Unknown Object (File)
Wed, Jan 22, 12:22 AM
Unknown Object (File)
Wed, Jan 15, 4:01 PM
Unknown Object (File)
Dec 17 2024, 8:56 PM
Unknown Object (File)
Dec 17 2024, 11:50 AM
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.