Searched refs:_zonepath (Results 1 – 1 of 1) sorted by relevance
2339 local _zonefile=$1 _zonepath _zsed _zoneroot=/usr/share/zoneinfo2362 _zonepath=${resp%%*(/)}2363 case $_zonepath in2371 while isin "$_zonepath/" $(<$_zonefile); do2372 ask "What sub-timezone of '$_zonepath' are you in? ('?' for list)"2373 _zsed=$(echo $_zonepath/ | sed 's,/,\\/,g')2378 *) _zonepath=$_zonepath/$resp;;2382 if isin "$_zonepath" $(<$_zonefile); then2383 TZ=${_zonepath#$_zoneroot}2387 echo -n "'${_zonepath}'"