Преглед изворни кода

Fixed quoting on SWAP_FORMAT

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@540 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon пре 23 година
родитељ
комит
7da0b3522a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      configure.in

+ 2 - 2
configure.in

@@ -1308,12 +1308,12 @@ then
 
 
 	elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^swapfile +dev +swaplo +blocks +free" >/dev/null]
 	elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^swapfile +dev +swaplo +blocks +free" >/dev/null]
 	then
 	then
-		ac_cv_swap_format=["%*s %*[[0-9,-]] %*d %d %d"]
+		ac_cv_swap_format=["%*s %*[0-9,-] %*d %d %d"]
 		AC_MSG_RESULT([using Solaris format swap])
 		AC_MSG_RESULT([using Solaris format swap])
 
 
 	elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^path +dev +swaplo +blocks +free" >/dev/null]
 	elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^path +dev +swaplo +blocks +free" >/dev/null]
 	then
 	then
-		ac_cv_swap_format=["%*s %*[[0-9,-]] %*d %d %d"]
+		ac_cv_swap_format=["%*s %*[0-9,-] %*d %d %d"]
 		AC_MSG_RESULT([using Unixware format swap])
 		AC_MSG_RESULT([using Unixware format swap])
 
 
 	fi
 	fi