projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7a565
)
Tidy split line that now fits on one line
author
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 5 Nov 2022 20:33:11 +0000
(15:33 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 5 Nov 2022 20:33:11 +0000
(15:33 -0500)
gatekeeper.pl
patch
|
blob
|
blame
|
history
diff --git
a/gatekeeper.pl
b/gatekeeper.pl
index af622abf8a4a214bdfd1aacaa8797c72343862b5..e085635eb3edc795ed5f63024f5285c6304438e2 100755
(executable)
--- a/
gatekeeper.pl
+++ b/
gatekeeper.pl
@@
-2434,8
+2434,7
@@
sub install_files {
if ($header->{options}{replace}) {
archive_filepair([File::Spec::Unix->splitdir($header->{directory})],
$upload_file);
- ftp_syslog('info', "overwrote "
- ."$final_upload with uploaded version");
+ ftp_syslog('info', "overwrote $final_upload with uploaded version");
$notification_str .=
"Archived and overwrote $final_upload with uploaded version\n";
} else {