Xymon Mailing List Archive search

typo in build/clock-gettime-librt.sh

2 messages in this thread

list Jonathan Frumer · Wed, 01 Oct 2008 14:36:26 +0200 ·
Hi,

There is a typo in build/clock-gettime-librt.sh &dev/null vs. /dev/null :

--- clock-gettime-librt.sh.old	2008-10-01 14:34:29.000000000 +0200
+++ clock-gettime-librt.sh	2008-10-01 14:34:38.000000000 +0200
@@ -6,7 +6,7 @@
  	OS=`uname -s | tr '[/]' '[_]'` $MAKE -f 
Makefile.test-clockgettime-librt clean
  	OS=`uname -s | tr '[/]' '[_]'` $MAKE -f 
Makefile.test-clockgettime-librt test-link 1>/dev/null 2>&1
  	if [ $? -ne 0 ]; then
-		OS=`uname -s | tr '[/]' '[_]'` $MAKE -f 
Makefile.test-clockgettime-librt test-link-rt 1>&dev/null 2>&1
+		OS=`uname -s | tr '[/]' '[_]'` $MAKE -f 
Makefile.test-clockgettime-librt test-link-rt 1>/dev/null 2>&1
  		if [ $? -eq 0 ]; then
  			echo "clock_gettime() requires librt"
  			LIBRTDEF="-lrt"


/Jonathan
list Henrik Størner · Wed, 1 Oct 2008 12:40:17 +0000 (UTC) ·
In <user-f8f901622941@xymon.invalid> Jonathan Frumer <user-05151895d44f@xymon.invalid> writes:
There is a typo in build/clock-gettime-librt.sh &dev/null vs. /dev/null :
Thanks, fixed.


Henrik