mirror of https://github.com/odrling/Aegisub
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:
parent
c6237865af
commit
18041eabc7
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue