Job spooling tools
d72ffaead4
at uses heredoc redirection to pass the script being executed into user's defined $SHELL. However, the heredoc delimiter is directly concatenated to the script's contents; if these contents do not end with a newline, the delimiter is attached to the last line of the script. This patch adds a single newline to be always emmited before the delimiter. This guarantees the delimiter is always on it's own line. In case a newline is already present at the end of the original script, this simply adds a single empty line; I cannot think of any complication that could result from that. Resolves: rhbz#2070450 |
||
---|---|---|
tests | ||
.gitignore | ||
at-3.1.14-fix_no_export.patch | ||
at-3.1.14-opt_V.patch | ||
at-3.1.16-clear-nonjobs.patch | ||
at-3.1.16-fclose-error.patch | ||
at-3.1.20-log-jobs.patch | ||
at-3.1.23-document-n.patch | ||
at-3.2.2-lock-locks.patch | ||
at-3.2.2-shell.patch | ||
at-3.2.5-aborted-jobs.patch | ||
at-3.2.5-mailwithhostname.patch | ||
at-3.2.5-make.patch | ||
at-3.2.5-nitpicks.patch | ||
at-3.2.5-noabort.patch | ||
at-3.2.5-pam.patch | ||
at-aarch64.patch | ||
at.spec | ||
atd.sysconf | ||
atd.systemd | ||
pam_atd | ||
sources |