--- lam-7.1.1.new/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c 2006-06-08 16:16:57.000000000 +0200 +++ lam-7.1.1/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c 2004-09-26 17:35:03.000000000 +0200 @@ -208,7 +208,7 @@ initialize the paths. This works for "sh" and "ksh". */ 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) sfh_argv_add(&cmdc, &cmdv, argv[i]); if (!(fl_csh || fl_bash))