mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 06:45:24 +00:00
Update vt1211_pwm
the script uses bashisms that work only if sh is bash. if not this will fail. Consequently shebang should be bash, not sh.
This commit is contained in:
committed by
Guenter Roeck
parent
e7e3172f26
commit
06a57f6d54
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# vt1211_pwm - Manually control the PWM outputs of the VIA vt1211 Super-I/O
|
# vt1211_pwm - Manually control the PWM outputs of the VIA vt1211 Super-I/O
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user