Searched refs:first_option (Results 1 – 1 of 1) sorted by relevance
30 local first_option all_short_options='ph'31 first_option="${1:0:1}"32 test "$all_short_options" = "${all_short_options/$first_option/}" && return 1 || return 0