bin/gbuild-to-ide |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ab1c21cd26d7346c1ed297edbfe3f72490faa1dd
Author: Markus Mohrhard <markus.mohrh...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to