diff options
Diffstat (limited to 'Tools/scripts/addport')
-rwxr-xr-x | Tools/scripts/addport | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |