mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
fix(avd): make variable local
This commit is contained in:
parent
1cb99a21ac
commit
7b012f05b8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function avd() {
|
||||||
avds
|
avds
|
||||||
}
|
}
|
||||||
|
|
||||||
local OPTIND o verbose avd_number avd_name avds_count emulator_path
|
local OPTIND o verbose avd_number avd_name avds_count emulator_path cmd_to_execute
|
||||||
while getopts ":v" o; do
|
while getopts ":v" o; do
|
||||||
case "$o" in
|
case "$o" in
|
||||||
v)
|
v)
|
||||||
|
|
Loading…
Reference in a new issue