blob: 51630edb30b142bd7b28268f330fe32e3cbe6128 (
plain)
1
2
3
4
5
6
7
8
9
|
if test -z "$TPCTL"; then
echo ""
echo "You're missing tpctl. If you're using a ThinkPad, you may miss"
echo "some functionality of klaptopdaemon."
echo "You can get them from http://tpctl.sourceforge.net/tpctlhome.htm"
echo ""
all_tests=bad
fi
|