summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-14 19:40:54 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-14 19:41:25 +0200
commitab1c21cd26d7346c1ed297edbfe3f72490faa1dd (patch)
tree30ca26d8b1928ed50b40c7ea4331dba03f968907 /bin
parent0253f6e5975429d393fb581056a9d102c9f7da2c (diff)
make it clear that the script completed correctly
Change-Id: Ia1ec09db50800b3ba981d7efee5a031c3a3ae6ec
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gbuild-to-ide1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 5190faea542c..8d822e53be40 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