mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-15 13:50:58 +01:00
fix(avd): make variable local
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user