summaryrefslogtreecommitdiffstats
path: root/install/pata
diff options
context:
space:
mode:
Diffstat (limited to 'install/pata')
-rw-r--r--install/pata2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/pata b/install/pata
index c3da76f..2ac1218 100644
--- a/install/pata
+++ b/install/pata
@@ -6,7 +6,7 @@ install ()
$(checked_modules "ata/ata_piix")"
MODULES=$(echo ${MODULES}) #trim whitespace
- if [ "x${MODULES}" != "x" ]; then
+ if [ -n "${MODULES}" ]; then
MODULES="${MODULES} sd_mod sr_mod"
fi