mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
ytools-functions.sh fix: _ytools_format_section() left whitespace untouched
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
94124fec7f
commit
89a2b6cd93
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ _ytools_cat_section()
|
|||
|
||||
_ytools_format_config()
|
||||
{
|
||||
sed '/^$/d; s/$/;/'
|
||||
sed '/^ *$/d; s/$/;/g' | sed 's/ *= */=/'
|
||||
}
|
||||
|
||||
_ytools_format_section()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue