[Libreoffice-commits] core.git: bin/gbuild-to-ide
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon Sep 14 10:41:53 PDT 2015
bin/gbuild-to-ide | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ab1c21cd26d7346c1ed297edbfe3f72490faa1dd
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon Sep 14 19:40:54 2015 +0200
make it clear that the script completed correctly
Change-Id: Ia1ec09db50800b3ba981d7efee5a031c3a3ae6ec
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 5190fae..8d822e5 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -1577,6 +1577,7 @@ if __name__ == '__main__':
gbuildparser = GbuildParser().parse(sys.stdin)
generators[args.ide](gbuildparser, args.ide).emit()
+ print("Successfully created the project files.");
# Local Variables:
# indent-tabs-mode: nil
More information about the Libreoffice-commits
mailing list