View | Details | Raw Unified
Collapse All | Expand All

(-) lam-7.1.1.new/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c (-1 / +1 lines)
 Lines 208-214    Link Here 
     initialize the paths. This works for "sh" and "ksh".  */
     initialize the paths. This works for "sh" and "ksh".  */
  if (!(fl_csh || fl_bash))
  if (!(fl_csh || fl_bash))
    sfh_argv_add(&cmdc, &cmdv, "( ! [ -e ./.profile ] || . ./.profile;");
    sfh_argv_add(&cmdc, &cmdv, "( ! [ -e ./.profile] || . ./.profile;");
  for (i = 0; argv[i]; ++i)
  for (i = 0; argv[i]; ++i)
    sfh_argv_add(&cmdc, &cmdv, argv[i]);
    sfh_argv_add(&cmdc, &cmdv, argv[i]);
  if (!(fl_csh || fl_bash))
  if (!(fl_csh || fl_bash))