}
if (verbose_mode)
fprintf(stderr, "Executing: %s\n", bp);
(void) system(bp);
if (system(bp) != 0)
errs = 1;
(void) xfree(bp);
} else { /* local to remote */
if (remin == -1) {