]> git.cworth.org Git - notmuch/commitdiff
Merge branch 'master' of ssh://notmuchmail.org/git/notmuch
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 23 Aug 2011 07:32:30 +0000 (09:32 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 23 Aug 2011 07:32:30 +0000 (09:32 +0200)
lib/gen-version-script.sh

index e753eaf5d397a9a5d3cff766d9a8968eade34bec..ec801966f97e406aebd1d221e092f118d80d868c 100644 (file)
@@ -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"