Skip to content

Instantly share code, notes, and snippets.

@azbesthu
Forked from anonymous/gist:8282849
Created January 6, 2014 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azbesthu/8283115 to your computer and use it in GitHub Desktop.
Save azbesthu/8283115 to your computer and use it in GitHub Desktop.
diff --git a/tools/buildscripts/repack_locales.py b/tools/buildscripts/repack_locales.py
index 51edb54..360ef37 100755
--- a/tools/buildscripts/repack_locales.py
+++ b/tools/buildscripts/repack_locales.py
@@ -162,6 +162,10 @@ def DoMain(argv):
help="Print the expected output file list, then exit.")
parser.add_option("-x", action="store", dest="int_dir",
help="Intermediate build files output directory.")
+ parser.add_option("-g", action="store", dest="grit_dir",
+ help="Placeholder for unused option.")
+ parser.add_option("-b", action="store", dest="grit_dir",
+ help="Placeholder for unused option.")
parser.add_option("-s", action="store", dest="share_int_dir",
help="Shared intermediate build files output directory.")
parser.add_option("-e", action="append", dest="extra_input", default=[],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment