diff options
Diffstat (limited to 'osx-resources')
-rwxr-xr-x | osx-resources/InstallationCheck | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osx-resources/InstallationCheck b/osx-resources/InstallationCheck index 4149b4c31..2bd691f5c 100755 --- a/osx-resources/InstallationCheck +++ b/osx-resources/InstallationCheck @@ -1,6 +1,6 @@ #!/bin/sh -cputype=`sysctl -n hw.cputype` -sixtyfourbit=`sysctl -n hw.cpu64bit_capable` +cputype=`/usr/sbin/sysctl -n hw.cputype` +sixtyfourbit=`/usr/sbin/sysctl -n hw.cpu64bit_capable` if [ "x$cputype" != "x7" ] # x86 then |