blueprint.spec
changeset 3846 9ab79af72b15
parent 3679 a83eeeda363e
child 3858 a0a00bd9bb27
--- a/blueprint.spec	Sun Sep 05 07:07:32 2004 +0000
+++ b/blueprint.spec	Sun Sep 05 07:08:21 2004 +0000
@@ -38,7 +38,7 @@
   CPUS=`getconf _NPROCESSORS_ONLN`
 fi
 %else
-  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l`
+  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
 %endif
 if test "x$CPUS" = "x" -o $CPUS = 0; then
   CPUS=1