We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
cronie-1.5.7/src/do_command.c seems to be the source
static const char safe_delim[] = "@!:%-.,_+"; /* conservative! */The "<" and ">" characters need to be included.
static const char safe_delim[] = "@!:%-.,_+"; /* conservative! */