diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | plugins.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8659,7 +8659,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} PLUGIN_GPS=$val ;; hddtemp) - PLUGIN_HDDTEMP=$hddtemp + PLUGIN_HDDTEMP=$val ;; i2c_sensors) PLUGIN_I2C_SENSORS=$val @@ -125,7 +125,7 @@ for plugin in $plugins; do PLUGIN_GPS=$val ;; hddtemp) - PLUGIN_HDDTEMP=$hddtemp + PLUGIN_HDDTEMP=$val ;; i2c_sensors) PLUGIN_I2C_SENSORS=$val |