Use * rather than \+ in osx-bundle.sed since the latter has magically stopped working

Originally committed to SVN as r6886.
This commit is contained in:
Thomas Goyne 2012-06-07 02:48:05 +00:00
parent c6237865af
commit 18041eabc7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ s/@PLIST_SVN_REVISION@/@SVN_REVISION@/g
s/@PLIST_BUILD_DATE@/@BUILD_DATE@/g
s/@PKG_DMG_STRING@/@DMG_STRING@/
s/@PKG_BUNDLE_STRING@/@BUNDLE_STRING@/
/ \+@LOCALIZATIONS@/ {
/ *@LOCALIZATIONS@/ {
r languages
d
}