VirtualBox

source: vbox/trunk/src/VBox/Installer/darwin/VBoxKEXTs/InstallationCheck@ 31655

Last change on this file since 31655 was 31655, checked in by vboxsync, 14 years ago

export darwin installer to OSE

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
File size: 261 bytes
Line 
1#!/bin/sh
2
3#
4# Copyright (C) 2006-2010 Oracle Corporation
5#
6# Use only with permission.
7#
8
9MACHINE=`uname -m`
10# Check that this is an x86/x86_64 system.
11if test "$MACHINE" != "i386" && test "$MACHINE" != "x86_64"; then
12 exit 112 # (112 = 96 + 16)
13fi
14exit 0
15
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette