summaryrefslogtreecommitdiff
path: root/init.d/modules.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-07-04 18:27:00 -0400
committerMike Frysinger <vapier@gentoo.org>2011-07-04 18:27:00 -0400
commit49f1a8702b49e4f1bf121bf22d4196e7199bacfa (patch)
treecbbe3ce92aa687c361bbf027f7f81b0f0cbeebd1 /init.d/modules.in
parentbe990b308ae2e7a725852f22f285267dcfeeaa2a (diff)
downloadopenrc-49f1a8702b49e4f1bf121bf22d4196e7199bacfa.tar.gz
openrc-49f1a8702b49e4f1bf121bf22d4196e7199bacfa.tar.bz2
openrc-49f1a8702b49e4f1bf121bf22d4196e7199bacfa.tar.xz
eat trailing whitespace
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'init.d/modules.in')
-rw-r--r--init.d/modules.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/modules.in b/init.d/modules.in
index 631e2e5..e673763 100644
--- a/init.d/modules.in
+++ b/init.d/modules.in
@@ -23,11 +23,11 @@ start()
# remove any KV_EXTRA options to just get the full version
x=${KV%%-*}
# now slowly strip them
- while [ -n "$x" ] && [ "$x" != "$y" ]; do
+ while [ -n "$x" ] && [ "$x" != "$y" ]; do
kv_variant_list="${kv_variant_list} $x"
y=$x
x=${x%.*}
- done
+ done
local list= x= xx= y= args= mpargs= cnt=0 a=
for x in $kv_variant_list ; do