Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7a9fda8e
...
7a9fda8e2770599444db563a7dea9648d64065fc
authored
2004-08-07 09:07:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix. Always use $AWK.
1 parent
942c66b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/guile-1.6/guile-doc-snarf
scripts/guile-1.6/guile-doc-snarf
View file @
7a9fda8
...
...
@@ -58,7 +58,7 @@ state == 1 && /\^\^ }/ { state = 0; print; next }
state == 1 { print }
state == 0 { next }'
$temp
|
\
tr -d
'\n'
| tr
'^'
'\n'
|
\
awk
-f
$BASEDIR
/guile-doc-snarf.awk >
$OUTFILE
$AWK
-f
$BASEDIR
/guile-doc-snarf.awk >
$OUTFILE
}
case
"
$DOCFILE
"
in
...
...
Please
register
or
sign in
to post a comment