From 18041eabc7efe86c90b1f695510b5b5f18368c2e Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 7 Jun 2012 02:48:05 +0000 Subject: [PATCH] Use * rather than \+ in osx-bundle.sed since the latter has magically stopped working Originally committed to SVN as r6886. --- aegisub/tools/osx-bundle.sed.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/tools/osx-bundle.sed.in b/aegisub/tools/osx-bundle.sed.in index a7942b0a0..076edf976 100644 --- a/aegisub/tools/osx-bundle.sed.in +++ b/aegisub/tools/osx-bundle.sed.in @@ -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 }