bugfix newline

pull/23/merge
Tomas M 2017-05-18 04:04:12 -05:00
parent 35d6b2364f
commit cf6024417a
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ modprobe_everything()
debug_log "modprobe_everything" "$*" debug_log "modprobe_everything" "$*"
echo_green_star >&2 echo_green_star >&2
echo -n "Probing for hardware" >&2 echo "Probing for hardware" >&2
find /lib/modules/ | while read MODULE; do find /lib/modules/ | while read MODULE; do
modprobe $MODULE 2>/dev/null modprobe $MODULE 2>/dev/null