summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2019-05-10 02:35:10 -0300
committerosm0sis <osm0sis@outlook.com>2019-05-10 02:35:10 -0300
commit1bd118035f05be6780768723bc597a98234acd2f (patch)
treee4cdbaf6dde85c537dea32bb961211a9cc2929db /tools
parentef2edf7e47a866795885f385671ca709f6863d8d (diff)
AK2: underp opposite slot case
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ak2-core.sh2
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;