* another typo

This commit is contained in:
Jeff Carr 2011-10-27 15:46:04 -04:00
parent d8ab2b5878
commit c53f2409b4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ system("cp /root/benchmarks/kernel/config-3.0.7 .config");
install_gcc(); install_gcc();
system("make odlconfig"); system("make oldconfig");
my $cpus = `cat /proc/cpuinfo |grep QEMU |wc -l`; my $cpus = `cat /proc/cpuinfo |grep QEMU |wc -l`;
chomp $cpus; chomp $cpus;
system("make -j$cpus"); system("make -j$cpus");