summaryrefslogtreecommitdiffstats
path: root/solenv/bin/packmodule
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-21 15:09:32 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-21 15:09:32 +0100
commit034f941e5564cf0bcf080de86d52e134d0c5224a (patch)
tree9dca096ffe79b04c127e3ecd6ee78913929f8e38 /solenv/bin/packmodule
parentgnumake2: primitive implementation of module packer created (diff)
downloadcore-034f941e5564cf0bcf080de86d52e134d0c5224a.tar.gz
core-034f941e5564cf0bcf080de86d52e134d0c5224a.zip
gnumake2: packmodule extension
Diffstat (limited to 'solenv/bin/packmodule')
-rwxr-xr-xsolenv/bin/packmodule2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/packmodule b/solenv/bin/packmodule
index 0a5769f219ae..6261bd25754f 100755
--- a/solenv/bin/packmodule
+++ b/solenv/bin/packmodule
@@ -52,7 +52,7 @@ def main(args):
[packedmodule.write(path) for path in stripped_paths_to_pack(deliverlog)]
packedmodule.close()
-if __name__ == "__main__":
+if __name__ == "__main__":
main(sys.argv)
# vim:set et sw=4 ts=4 filetype=python: