]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Apply global flag in substitution 634/head
authorSean Farley <sean+dev@farley.org>
Sun, 3 Jan 2016 21:42:00 +0000 (16:42 -0500)
committerSean Farley <sean+dev@farley.org>
Sun, 3 Jan 2016 21:42:00 +0000 (16:42 -0500)
commit3ea734488052804ff5fd47f6691073ca215e1110
tree2bcee534f16570edfb42f16906a0ce9498b79e6f
parenta60067d257d97e10af7324c19152d067ea760cbd
Apply global flag in substitution

Add loop to move through a path name looking for additional matches if
the global flag is provided for a substitution.  The loop breaks when no
more matches are found for the rule.  Previously, the global flag would
end up advancing to the next rule instead of searching farther into the
path for another match.
tar/subst.c
tar/test/test_option_s.c