diff options
author | osm0sis <osm0sis@outlook.com> | 2019-05-10 02:35:10 -0300 |
---|---|---|
committer | osm0sis <osm0sis@outlook.com> | 2019-05-10 02:35:10 -0300 |
commit | 1bd118035f05be6780768723bc597a98234acd2f (patch) | |
tree | e4cdbaf6dde85c537dea32bb961211a9cc2929db | |
parent | ef2edf7e47a866795885f385671ca709f6863d8d (diff) |
AK2: underp opposite slot case
-rwxr-xr-x | tools/ak2-core.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ak2-core.sh b/tools/ak2-core.sh index a875a71..597d1b2 100755 --- a/tools/ak2-core.sh +++ b/tools/ak2-core.sh @@ -622,7 +622,7 @@ case $is_slot_device in case $slot in _a) slot=_b;; _b) slot=_a;; - ;; + esac; ;; esac; fi; |