2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +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:
jschwender
2018-03-14 23:00:23 +01:00
committed by Guenter Roeck
parent e7e3172f26
commit 06a57f6d54

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# vt1211_pwm - Manually control the PWM outputs of the VIA vt1211 Super-I/O
#