Skip to content

Commit f007bbf

Browse files
committed
detect-environment: Put ;; on separate line
Put the pattern block terminators on separate lines, in the detect_packaging function, for the sake of consistency. Ticket: ENT-12600 Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 1772a20 commit f007bbf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build-scripts/detect-environment

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,11 @@ detect_packaging()
254254

255255
case "$OS" in
256256
aix)
257-
PACKAGING=lpp;;
257+
PACKAGING=lpp
258+
;;
258259
mingw)
259-
PACKAGING=msi;;
260+
PACKAGING=msi
261+
;;
260262
*)
261263
PACKAGING=$DEP_PACKAGING;;
262264
esac

0 commit comments

Comments
 (0)