Przeglądaj źródła

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 22 lat temu
rodzic
commit
97db00570a
1 zmienionych plików z 1 dodań i 1 usunięć
  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