summaryrefslogtreecommitdiff
path: root/scripts/on_ac_power
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-12-01 19:25:01 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-12-02 02:08:40 -0600
commit60d288a877a3671ea5b3483ed7c4612ec897b99a (patch)
treef370853f0a2f70b1c7491e7107d21ec457a1704e /scripts/on_ac_power
parent1fccf91df12c3c7f7e68f9fa9a99a71e85d9b98e (diff)
downloadopenrc-60d288a877a3671ea5b3483ed7c4612ec897b99a.tar.gz
openrc-60d288a877a3671ea5b3483ed7c4612ec897b99a.tar.bz2
openrc-60d288a877a3671ea5b3483ed7c4612ec897b99a.tar.xz
remove type command
The posix equivalent of the type command is "command -v", so now we use that. Thanks to Jonathan Callen <jcallen@gentoo.org> for informing me wrt the fix.
Diffstat (limited to 'scripts/on_ac_power')
-rwxr-xr-xscripts/on_ac_power2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/on_ac_power b/scripts/on_ac_power
index 5dd516f..b35094f 100755
--- a/scripts/on_ac_power
+++ b/scripts/on_ac_power
@@ -19,7 +19,7 @@ elif [ -f /proc/pmu/info ]; then
"AC Power"*": 0") exit 128;;
esac
done
-elif type envstat >/dev/null 2>&1; then
+elif command -v envstat >/dev/null 2>&1; then
# NetBSD has envstat
envstat -d acpiacad0 2>/dev/null | while read line; do
case "$line" in