From 8dd0eb2b4223d4b50e48d07954e4f507ba5d3522 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 27 Jan 2015 13:38:01 +0000 Subject: Don't add ports/ to the PR line. Sponsored by: Absolight --- Tools/scripts/addport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools') diff --git a/Tools/scripts/addport b/Tools/scripts/addport index a5507b45b934..6ba0c45fbdfd 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -302,7 +302,7 @@ foreach my $thisdir (@dirs) { $tmp = $pkgcomment; } print AUTOFILL $tmp; - print AUTOFILL "PR: ports/$autofill\n" if ($autofill != -1); + print AUTOFILL "PR: $autofill\n" if ($autofill != -1); print AUTOFILL "Submitted by: $maintainer" if ($maintainer && $autofill != -1); close(AUTOFILL); print "Okay, a commit log message was automatically generated for you.\n"; -- cgit