diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-25 10:50:40 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-25 10:50:40 -0400 |
commit | 652c51a528c2cceab8a4ff02283ae854d0427678 (patch) | |
tree | e0e9b09748c5d361638f64cb5a7dd8815fb94277 /cfg_defs.sh | |
parent | 07e246c51644d9790f2eaf4001ff4ffd40e3274f (diff) | |
download | lynx-snapshots-652c51a528c2cceab8a4ff02283ae854d0427678.tar.gz |
snapshot of project "lynx", label v2-8-1pre_2
Diffstat (limited to 'cfg_defs.sh')
-rwxr-xr-x | cfg_defs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg_defs.sh b/cfg_defs.sh index 8cffb2e0..ee698506 100755 --- a/cfg_defs.sh +++ b/cfg_defs.sh @@ -13,6 +13,7 @@ static CONST struct { EOF sed -e '/^#/d' \ -e 's/"/\\"/g' \ + -e 's/=}$/=""}/' \ -e "s/'/\"/g" \ -e 's/^.[^=]*_cv_/ { "/' \ -e 's/=${[^=]*="/", "/' \ |