[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] Allow tar to use command for compressing consisiting of mu
From: |
Paul Eggert |
Subject: |
Re: [Bug-tar] Allow tar to use command for compressing consisiting of multiple words. |
Date: |
Tue, 29 Jan 2013 14:16:52 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 |
On 01/29/13 08:19, Pavel Raiskup wrote:
> Simple speaking, we need some function like:
>
> char ** string_to_argv(const char *str);
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> I was unable to find existing solution in gnulib, is there something like
> that?
There is lib/prepargs.c in GNU tar. We could turn something
like that into a gnulib module, but if only tar needs it perhaps
it should just stay with GNU tar.