update to upstream 5.3.4
[automated-distro-installer] / fai / config / class / 20-hwdetect.sh
index b42f9865bb0157549c1782a839f0932626db55c7..a928b54458b0171df65dcdb73ec948cd76d76eb1 100755 (executable)
@@ -17,7 +17,7 @@ case $(uname -r) in
 esac
 
 for mod in $kernelmodules; do
-    [ "$verbose" ] && echo Loading kernel module $mod
+    [ X$verbose = X1 ] && echo Loading kernel module $mod
     modprobe -a $mod 1>/dev/null 2>&1
 done