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)
Tue, Sep 8, 4:27 AM
Unknown Object (File)
Sun, Sep 6, 2:53 PM
Unknown Object (File)
Sun, Sep 6, 9:02 AM
Unknown Object (File)
Fri, Sep 4, 5:08 PM
Unknown Object (File)
Fri, Sep 4, 3:06 PM
Unknown Object (File)
Thu, Sep 3, 3:00 PM
Unknown Object (File)
Wed, Sep 2, 5:40 PM
Unknown Object (File)
Wed, Sep 2, 12:30 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.