]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: resolve shellcheck for SC2116
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Fri, 24 Feb 2023 22:24:23 +0000 (22:24 +0000)
committerLaszlo <laszlo.gombos@gmail.com>
Wed, 13 Nov 2024 11:02:24 +0000 (06:02 -0500)
modules.d/99base/dracut-lib.sh

index e49e27f5cc66da15eb32e6665541ee864a4df5fd..f40c3e6fed71622db59707f02c009b95775172bd 100755 (executable)
@@ -995,10 +995,6 @@ make_trace_mem() {
         return
     fi
 
-    # FIXME? useless echo?
-    # shellcheck disable=SC2116
-    msg=$(echo "$msg")
-
     msg_printed=0
     while [ $# -gt 0 ]; do
         trace=${1%%:*}