1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 21:00:57 +01:00

fix(avd): make variable local

This commit is contained in:
Andrzej Zabost
2021-08-10 19:47:11 +02:00
parent 1cb99a21ac
commit 7b012f05b8

View File

@@ -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)