|
|
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)) |