ArchiveTeam / IA.BAK

We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case.
GNU General Public License v3.0
87 stars 22 forks source link

don't let filenames get interpreted as command-line args #6

Closed db48x closed 9 years ago

db48x commented 9 years ago

Probably need to do the same thing elsewhere; any place where a filename is used as a command-line argument to some program we'll have to do much the same thing. All the common utilities/coreutils use the same -- indicator to separate options from filenames; does git annex? I've never checked.