summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBenjamin Drung <benjamin.drung@cloud.ionos.com>2018-12-10 16:49:45 +0100
committerBenjamin Drung <benjamin.drung@cloud.ionos.com>2018-12-10 16:49:45 +0100
commit88b0c9b9bbf0519300e09247d11e17303833e05c (patch)
tree9200d297f3586cef437d09be08554da99d03c01e /debian
parent806c757439a1627e2ca97ca8f5e1eff81abeb52a (diff)
mkinitramfs: Fix termination of gzip compression case
The gzip case for the compression misses its termination ";;". shellcheck aborts with an error on this file: ``` In mkinitramfs line 145: case "${compress}" in ^-- SC1009: The mentioned parser error was in this case expression. In mkinitramfs line 146: gzip) [ -n "${SOURCE_DATE_EPOCH}" ] && compress="gzip -n" ^-- SC1073: Couldn't parse this case item. In mkinitramfs line 147: lz4) compress="lz4 -9 -l" ;; ^-- SC1072: Fix any mentioned problems and try again. ^-- SC1074: Did you forget the ;; after the previous case item? ``` Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions