aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install-qa-check.d/60udev')
-rw-r--r--bin/install-qa-check.d/60udev5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/install-qa-check.d/60udev b/bin/install-qa-check.d/60udev
index c48d7d598..9df18da60 100644
--- a/bin/install-qa-check.d/60udev
+++ b/bin/install-qa-check.d/60udev
@@ -8,10 +8,11 @@ udev_check() {
[[ ${x} == ${ED%/}/lib/udev/rules.d/* ]] && continue
f+=" ${x#${ED%/}}\n"
done
- if [[ -n $f ]] ; then
+
+ if [[ -n ${f} ]] ; then
eqawarn "QA Notice: udev rules should be installed in /lib/udev/rules.d:"
eqawarn
- eqawarn "$f"
+ eqawarn "${f}"
fi
}