]> git.gag.com Git - debian/tar/commit
Fix argument handling when running external commands.
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 14 Apr 2016 08:51:38 +0000 (11:51 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 14 Apr 2016 08:51:38 +0000 (11:51 +0300)
commit61cd3fd26855d40ee3a6491b2aa3611cd2aae46c
treeeacc481c514c1fb7c9c6328c89ac6c6b36641e7e
parent3010818f369be1555b6b2d1532682e15a11c12cc
Fix argument handling when running external commands.

* src/system.c (xexec): Use sh -c to run the command.  This fixed
bug introduced by 7b5e80396 (tar 1.27)
* doc/tar.texi: Fix checkpoint examples: (1) $TAR_FILENAME
is not available when creating archive and (2) --checkpoint
can't be used as abbreviation of --checkpoint-action
doc/tar.texi
src/system.c