From 4669ee62afe7618e335cd629c601a98db81221d1 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 11 Dec 2010 16:57:40 -0800 Subject: [PATCH] backportpackage: Use a file:/// URL when giving paths to make them clickable in gnome-terminal --- backportpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backportpackage b/backportpackage index fffadf3..61aeb18 100755 --- a/backportpackage +++ b/backportpackage @@ -92,7 +92,7 @@ def main(args): if ':' in bp_version: bp_version = bp_version[bp_version.find(':')+1:] - print 'Please check the package in %s carefully' % tmpdir + print 'Please check the package in file://%s carefully' % tmpdir while True: answer = raw_input('Do you still want to upload this to %s? [Y/n] ' % upload).strip().lower() if answer in ('', 'y', 'yes'):