mirror of
https://github.com/notwa/rc
synced 2024-11-05 07:19:02 -08:00
simplify code
This commit is contained in:
parent
6244c67e24
commit
f06ed0b0bb
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ v_domap() {
|
|||
local _k_="$1" _v_= _new_= _next_= _i_= _o_=
|
||||
eval "_v_=\"\$$_k_\""
|
||||
while [ -n "$_v_" ]; do
|
||||
_next_="${_v_#[! ]}"
|
||||
[ "$_next_" != "$_v_" ] || _next_="${_v_# }"
|
||||
_next_="${_v_#?}"
|
||||
_i_="${_v_%"$_next_"}"; _v_="$_next_"
|
||||
map
|
||||
_new_="$_new_$_o_"
|
||||
|
|
Loading…
Reference in a new issue