diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-09-30 09:22:54 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-09-30 09:25:22 +0200 |
commit | 7c266d7a1854b3b1b543fb35036d3e4e6c3135cf (patch) | |
tree | aca46708236eae6d644c7ab85934f60c76102062 /sci-geosciences/routino | |
parent | dev-python/requests: Removed old. (diff) | |
download | gentoo-7c266d7a1854b3b1b543fb35036d3e4e6c3135cf.tar.gz gentoo-7c266d7a1854b3b1b543fb35036d3e4e6c3135cf.tar.bz2 gentoo-7c266d7a1854b3b1b543fb35036d3e4e6c3135cf.zip |
sys-process/cronbase: avoid bash complaining about null bytes
Newer versions of bash warn about null bytes in command substitutions,
so run-crons would generate mails with messages like this:
/usr/sbin/run-crons: line 59: warning: command substitution: ignored null byte in input
/usr/sbin/run-crons: line 59: warning: command substitution: ignored null byte in input
/usr/sbin/run-crons: line 60: warning: command substitution: ignored null byte in input
/usr/sbin/run-crons: line 60: warning: command substitution: ignored null byte in input
Since the warning is not useful and the resultant string has its null
bytes deleted, we might as well delete them with tr and get rid of the
warning.
Diffstat (limited to 'sci-geosciences/routino')
0 files changed, 0 insertions, 0 deletions