summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-08-20 08:17:45 +0000
committerJon Portnoy <avenj@gentoo.org>2004-08-20 08:17:45 +0000
commit92e1cfc5ff0a37f180b43cf6bb8608285eede428 (patch)
treea88c32d88e5e0be6c84a1478578445327370ce74 /sys-apps/hdparm/files
parentAdd patch from Robert Gill via bug #58489 to enable mcl to be able to be used... (diff)
downloadhistorical-92e1cfc5ff0a37f180b43cf6bb8608285eede428.tar.gz
historical-92e1cfc5ff0a37f180b43cf6bb8608285eede428.tar.bz2
historical-92e1cfc5ff0a37f180b43cf6bb8608285eede428.zip
Quote argument to -z, bug 60989
Diffstat (limited to 'sys-apps/hdparm/files')
-rw-r--r--sys-apps/hdparm/files/hdparm-init-62
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/hdparm/files/hdparm-init-6 b/sys-apps/hdparm/files/hdparm-init-6
index 96960108f928..e59db8f407ca 100644
--- a/sys-apps/hdparm/files/hdparm-init-6
+++ b/sys-apps/hdparm/files/hdparm-init-6
@@ -61,7 +61,7 @@ start() {
fi
done
- [ -z $args ] && for alias in /dev/discs/*
+ [ -z "$args" ] && for alias in /dev/discs/*
do
if [ $alias/disc -ef $device ]
then