Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Fix typo in apm code, thanks formorer
authorMichael Prokop <mika@grml.org>
Mon Jun 11 12:37:01 2007 +0200 (18 months ago)
changeset 12c32cf38a2f5d
manifestc32cf38a2f5d
parent 11cbd76ae34bed
child 135e089ff6840b
Fix typo in apm code, thanks formorer
grml-hwinfo
--- a/grml-hwinfo Mon Jun 11 12:21:59 2007 +0200
+++ b/grml-hwinfo Mon Jun 11 12:37:01 2007 +0200
@@ -130,9 +130,9 @@ mkdir info || exit -1
# powermanagement
exectest laptop-detect && laptop-detect 1>/dev/null 2>/dev/null && echo "0" > laptop_detected
- exectest acpi_available && acpi_available && cat /proc/acpi/info > acpi_info
- exectest acpi && acpi > acpi 2> acpi.error && acpi -v > acpi.version
- [ -r /proc/apm/ ] && apm > acpi
+ exectest acpi_available && acpi_available && cat /proc/acpi/info > acpi_info
+ exectest acpi && acpi > acpi 2> acpi.error && acpi -v > acpi.version
+ [ -r /proc/apm/ ] && apm > apm
# kernel stuff
if [ -r /proc/config.gz ] ; then