[debian-edu-commits] debian-edu/ 01/01: Remember to use correct variable name.

Petter Reinholdtsen pere at moszumanska.debian.org
Mon Oct 13 16:49:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-config.

commit 38588ebbc836e0950f36907033e7b738f7ebf5ce
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Mon Oct 13 18:48:42 2014 +0200

    Remember to use correct variable name.
---
 share/debian-edu-config/tools/auto-addfirmware | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/debian-edu-config/tools/auto-addfirmware b/share/debian-edu-config/tools/auto-addfirmware
index c86011b..a95fd25 100644
--- a/share/debian-edu-config/tools/auto-addfirmware
+++ b/share/debian-edu-config/tools/auto-addfirmware
@@ -32,7 +32,7 @@ done
 for fwfile in $(dmesg | grep 'firmware: failed' | sed 's/.*firmware: failed to load //' | cut -d" " -f1); do
     loginfo "looking for firmware file $fwfile requested by kernel"
     if [ ! -e /lib/firmware/$fwfile ] ; then
-        files="${files:+$files }$fwfile"
+        fwfiles="${fwfiles:+$fwfiles }$fwfile"
     fi
 done
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list