Releasing debian version 1.236.2-1.
[live-boot-grml.git] / scripts / live-bottom / 23etc_modules
index b73a107..2240a1b 100755 (executable)
@@ -22,12 +22,12 @@ esac
 
 . /scripts/live-functions
 
-log_begin_msg "Preconfiguring /etc/modules..."
+log_begin_msg "Preconfiguring /etc/modules"
 
 # live-initramfs script
 
 # load the right modules
-case "$DPKG_ARCH" in
+case "${DPKG_ARCH}" in
        powerpc|ppc64)
                echo snd_powermac >> /root/etc/modules
                ;;