Code

Update libtool
[nagiosplug.git] / plugins-scripts / check_sensors.sh
index 7e1d3333b7d2fe3187075b2644a0d115612aeadc..ae80fc44165d2f48edcf428489879c938315010d 100755 (executable)
@@ -4,7 +4,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
 
 PROGNAME=`basename $0`
 PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
-REVISION=`echo '$Revision$' | sed -e 's/[^0-9.]//g'`
+REVISION="@NP_VERSION@"
 
 . $PROGPATH/utils.sh