summaryrefslogtreecommitdiffstats
path: root/install/usb
diff options
context:
space:
mode:
Diffstat (limited to 'install/usb')
-rw-r--r--install/usb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/usb b/install/usb
index f528322..f3f5bff 100644
--- a/install/usb
+++ b/install/usb
@@ -5,7 +5,7 @@ install ()
MODULES=" $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")"
MODULES=$(echo ${MODULES}) #trim whitespace
- if [ "x${MODULES}" != "x" ]; then
+ if [ -n "${MODULES}" ]; then
MODULES="${MODULES} usb_storage sd_mod sr_mod"
fi
BINARIES=""