Explorar o código

Fingers too fast on the delete(left out 'fi')
Author: doogie
Date: 1999-12-10 04:42:02 GMT
Fingers too fast on the delete(left out 'fi')

Arch Librarian %!s(int64=22) %!d(string=hai) anos
pai
achega
97db00570a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      buildlib/tools.m4

+ 1 - 1
buildlib/tools.m4

@@ -28,7 +28,7 @@ AC_DEFUN(ah_NUM_CPUS,
 		fi],
 		[if test ! -z "$GETCONF";then
 			NUM_CPUS=`$GETCONF _NPROCESSORS_ONLN 2>/dev/null`
-		]
+		fi]
 	)
 	if test -z "$NUM_CPUS"; then
 		NUM_CPUS=1