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 |
|
---|
9 | MACHINE=`uname -m`
|
---|
10 | # Check that this is an x86/x86_64 system.
|
---|
11 | if test "$MACHINE" != "i386" && test "$MACHINE" != "x86_64"; then
|
---|
12 | exit 112 # (112 = 96 + 16)
|
---|
13 | fi
|
---|
14 | exit 0
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.