]> xenbits.xensource.com Git - people/larsk/xen-release-scripts.git/commitdiff
Script prints log file location at the end
authorLars Kurth <lars.kurth@citrix.com>
Wed, 19 Jul 2017 12:40:03 +0000 (13:40 +0100)
committerLars Kurth <lars.kurth@citrix.com>
Wed, 19 Jul 2017 12:40:03 +0000 (13:40 +0100)
xen-release-logs

index ecae9565a42184a3029633fc262c28c38eefd142..4655aa36d926f134277926e8609cb03690683cb5 100755 (executable)
@@ -157,6 +157,8 @@ print "=========\n";
 print "\n";
 
 chdir "..";
+print "File location: ".cwd()."\n";
+print "\n";
 system("ls *.log");
 chdir "..";