hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Tue Aug 21 06:38:33 PDT 2007
tools/keymap-check.sh | 4 ++++
1 file changed, 4 insertions(+)
New commits:
diff-tree b844a4df4072d01917c54371e4001fe0af12157e (from fca27b96eb970f9519b1cacb7a55c157dff4feac)
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Tue Aug 21 15:38:25 2007 +0200
fix keymap-check.sh to cleanup temporary files on exit
Fixed keymap-check.sh to cleanup temporary /tmp/quirk-keymap-list.txt
file before finish the check.
diff --git a/tools/keymap-check.sh b/tools/keymap-check.sh
index 7254fbd..5cb8faf 100755
--- a/tools/keymap-check.sh
+++ b/tools/keymap-check.sh
@@ -66,5 +66,9 @@ if [ ! -z "`echo $result | grep FAILED`"
retval=1
fi
+if [ -e /tmp/quirk-keymap-list.txt ]; then
+ rm -rf /tmp/quirk-keymap-list.txt
+fi
+
exit $retval
More information about the hal-commit
mailing list