HomeFreeBSD

Use echo instead of printf because external commands cannot be executed

Description

Use echo instead of printf because external commands cannot be executed
with very long arguments (>400000 characters).

The problem reveals for example if
/usr/ports/Tools/scripts/rmport -d print/ghostscript-gnu
is executed - it does
printf "%s\n" "... 451109 chars ..."

Spotted by: rafan

Details

Provenance
vdAuthored on
Parents
rP188690: - Update to 0.10.2
Branches
Unknown
Tags
Unknown

Event Timeline