Removed comments

This commit is contained in:
Horea Christian 2022-09-12 12:27:22 -04:00
parent 8099ec1c8b
commit e0220d9b61

View file

@ -239,8 +239,6 @@ fi
# Compression options
COMP_OPTIONS=("${COMPRESS_AVAILABLE[$COMPRESS_TYPE]}")
# This currently breaks the command, and is temporarily disables, see:
# https://github.com/TheChymera/mkstage4/issues/46
if [[ "${COMPRESS_AVAILABLE[$COMPRESS_TYPE]}" == *"/xz" ]]
then
COMP_OPTIONS+=( "-T0" )