summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-09-27 10:32:59 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-09-27 10:32:59 +0000
commit83cb7ea5e62f905c86b89cbefa43e5d8489eb740 (patch)
tree3fbdb1d438e03b49babff885663a5cdadc42cb20 /sys-apps/hdparm
parentiMarking stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-83cb7ea5e62f905c86b89cbefa43e5d8489eb740.tar.gz
gentoo-2-83cb7ea5e62f905c86b89cbefa43e5d8489eb740.tar.bz2
gentoo-2-83cb7ea5e62f905c86b89cbefa43e5d8489eb740.zip
fix mising ""
Diffstat (limited to 'sys-apps/hdparm')
-rw-r--r--sys-apps/hdparm/files/hdparm-init-72
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/hdparm/files/hdparm-init-7 b/sys-apps/hdparm/files/hdparm-init-7
index 60236bad6f86..e503928b8449 100644
--- a/sys-apps/hdparm/files/hdparm-init-7
+++ b/sys-apps/hdparm/files/hdparm-init-7
@@ -90,7 +90,7 @@ start() {
fi
done
- [ -z $args ] && for alias in /dev/cdroms/*
+ [ -z "$args" ] && for alias in /dev/cdroms/*
do
if [ $alias -ef $device ]
then