Searched refs:new_shell (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c249 static void set_shell(const char *new_shell) argument
251 if (!strcmp(new_shell,"bash") || !strcmp(new_shell,"sh"))
253 if (!strcmp(new_shell,"tcsh") || !strcmp(new_shell,"csh"))
256 bb_error_msg("unknown shell '%s', assuming bash", new_shell);

Completed in 91 milliseconds