View | Details | Raw Unified
Collapse All | Expand All

(-) gamess/ddi/tools/ddikick/ddikick.c (-1 / +1 lines)
 Lines 102-108    Link Here 
          remoteshell = argv[++i];
          remoteshell = argv[++i];
       } else {
       } else {
          if((remoteshell = getenv("DDI_RSH")) == NULL) {
          if((remoteshell = getenv("DDI_RSH")) == NULL) {
              remoteshell = (char *) strdup("rsh");
              remoteshell = (char *) strdup("ssh");
          }
          }
       }
       }