mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 04:40:59 +01:00
fix(avd): make variable local
This commit is contained in:
@@ -34,7 +34,7 @@ function avd() {
|
||||
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
|
||||
case "$o" in
|
||||
v)
|
||||
|
||||
Reference in New Issue
Block a user