diff --git a/src/gnome-shell.in b/src/gnome-shell.in index b523bde75..c855c0180 100755 --- a/src/gnome-shell.in +++ b/src/gnome-shell.in @@ -717,6 +717,7 @@ function main() { ''') f.close() + print "Created extension in %r" % (extension_path, ) subprocess.Popen(['gnome-open', extensionjs_path]) sys.exit(0)