repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed unnecessary comment
[automake.git]
/
nl-remove.sed
blob
2459f771bcff771ecfe89a2f1e15449b60bae603
1
# Remove \newline.
2
/\\$/{
3
s///
4
H
5
d
6
}
7
/[^\\]$/{
8
H
9
x
10
s/\n//g
11
p
12
s/.*//
13
h
14
}