projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
8826fc2
)
Merge branch 'master' of ssh://notmuchmail.org/git/notmuch
author
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Tue, 23 Aug 2011 07:32:30 +0000
(09:32 +0200)
committer
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Tue, 23 Aug 2011 07:32:30 +0000
(09:32 +0200)
lib/gen-version-script.sh
patch
|
blob
|
history
diff --git
a/lib/gen-version-script.sh
b/lib/gen-version-script.sh
index e753eaf5d397a9a5d3cff766d9a8968eade34bec..ec801966f97e406aebd1d221e092f118d80d868c 100644
(file)
--- a/
lib/gen-version-script.sh
+++ b/
lib/gen-version-script.sh
@@
-23,5
+23,5
@@
while read sym; do
;;
esac
done
-sed -n 's/^
\s*\(notmuch_[a-z_]*\)\s*(.*/\t
\1;/p' $HEADER
+sed -n 's/^
[[:space:]]*\(notmuch_[a-z_]*\)[[:space:]]*(.*/
\1;/p' $HEADER
printf "local: *;\n};\n"