]> Dogcows Code - chaz/tar/commit
Pass command line arguments to external commands.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 10 Feb 2013 12:40:23 +0000 (14:40 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 10 Feb 2013 12:43:43 +0000 (14:43 +0200)
commit7b5e803963822e69a73d00ba62ac01b1c23f112c
tree99171918aa27d61831f4d4d24df1c67d2dcfe8db
parent20dcc4d1226a4c170b56c1f2472a66bc67fd1f1d
Pass command line arguments to external commands.

Any option taking a command name as its argument accepts
additional arguments as well.

* lib/wordsplit.c: New file.
* lib/wordsplit.h: New file.
* lib/Makefile.am: Add new files.
* src/system.c (xexec): New function.
(run_decompress_program): Use wordsplit.
(sys_child_open_for_compress,sys_exec_command)
(sys_exec_info_script)
(sys_exec_checkpoint_script): Use xexec to invoke external
command.

* NEWS: Update.
* doc/tar.texi: Update.
NEWS
doc/tar.texi
lib/Makefile.am
lib/wordsplit.c [new file with mode: 0644]
lib/wordsplit.h [new file with mode: 0644]
src/system.c
This page took 0.020761 seconds and 4 git commands to generate.