mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
re-enable notmuch.sym generation using POSIX sed
Unfortunately Robin Green's patch 52e4dedf9a
was lost when I created
gen-version-script.sh. This merges his changes manually into that
script. It turns out tabs seem not needed in version script
files, so I simplified a bit and removed the printf.
Thanks to Alexander Botero-Lowry for help and testing.
This commit is contained in:
parent
f10ec87cc3
commit
4b55df8534
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue