Signed-off-by: Sami Kerola <kerolasa@iki.fi>
int main(int argc, char *argv[]) {
int exitstatus;
+ char *n = "-"; /*set the n string to - so we have a valid string to use */
if ((ProgramName=strrchr(argv[0], '/')) == NULL) {
ProgramName = argv[0];
#if defined(BSD)
setlinebuf(stderr);
#endif
- char *n = "-"; /*set the n string to - so we have a valid string to use */
/*should we desire to make changes to behavior later. */
if (argv[1] == NULL) { /* change behavior to allow crontab to take stdin with no '-' */
argv[1] = n;