diff options
author | unknown <msvensson@neptunus.(none)> | 2005-04-28 13:30:45 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-04-28 13:30:45 +0200 |
commit | b411128fa541123f5a2663448c9c6ce6b6091df1 (patch) | |
tree | 331c29d8d119eb5e9282f454807ef46eac0d82aa /BUILD/check-cpu | |
parent | 67a7bc2d98cc525ee2635b55594abbbd02d0a160 (diff) | |
download | mariadb-git-b411128fa541123f5a2663448c9c6ce6b6091df1.tar.gz |
After review fixes to check-cpu
BUILD/check-cpu:
Remove the exit 0 from check-cpu
Diffstat (limited to 'BUILD/check-cpu')
-rwxr-xr-x | BUILD/check-cpu | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu index b5c14e38403..553df39191f 100755 --- a/BUILD/check-cpu +++ b/BUILD/check-cpu @@ -19,8 +19,6 @@ if test -r /proc/cpuinfo ; then if test -z "$model_name" ; then model_name=`uname -m` fi -else - exit 0 fi case "$cpu_family--$model_name" in |