Группа :: Разработка/Прочее
Исходный пакет: libshell
Собрано: больше 11 лет назад
Размер архива: 27,9 КБ
Отчёт repocop:

Gear: http://git.altlinux.org/gears/l/libshell.git
Лицензия: GPL
О пакете: A library of shell functions
Описание:
This package contains common functions for shell projects to increase code reuse.
Текущий сопровождающий:
Алексей Гладков
Список участников
(данной и/или предыдущих сборок пакета): Права: Список rpm-пакетов, предоставляемых данным srpm-пакетом:
- libshell
- New utilities: + shell-run: New functions to scripts from directory. + shell-source: New functions to source shell code under some conditions. - shell-quote changes: + Allow \t as delimiter. - Other changes: + Protect IFS variable when 'set --' executing.2009-04-24 Алексей Гладков 0.1.0-alt2
- Fix shell-var installation.2009-04-15 Алексей Гладков 0.1.0-alt1
- New utilities: + shell-var: New functions to handle shell parameters. - shell-quote changes: + Major changes in quote_shell_args(). + Rewrite quote_shell_args() from scratch, to avoid the dangerous shell constructions. + Fix Usage for quote_shell_args. + Add quote_shell_args(). - shell-unittest changes: + Add default comment initialization. - shell-args changes: + parse_common_option(): Option --quiet cancels option --verbose. - Other changes: + Update COPYING. + UnitTest: Add tests for quote_shell_args() function. + shell_var_unquote(), string_quote_remove(): Fix "'" unquote for bash.