Home
last modified time | relevance | path

Searched refs:first_option (Results 1 – 1 of 1) sorted by relevance

/plugin/structtemplate/_vagrant/
H A Dinstall_dokuwiki_extension.sh30 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