VirtualBox

Changeset 1488 in kBuild


Ignore:
Timestamp:
Apr 4, 2008 2:36:46 AM (17 years ago)
Author:
bird
Message:

Fixed bashism (test ==).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/env.sh

    r1380 r1488  
    11#!/bin/bash
     2#!/bin/sh should work fine too, just needs testing.
    23# $Id$
    34## @file
     
    119120if test -z "$BUILD_PLATFORM_ARCH"; then
    120121    # Use uname -m or isainfo (lots of guesses here, please help clean this up...)
    121     if test "$BUILD_PLATFORM" == "solaris"; then
     122    if test "$BUILD_PLATFORM" = "solaris"; then
    122123        BUILD_PLATFORM_ARCH=`isainfo | cut -f 1 -d ' '`
    123124       
Note: See TracChangeset for help on using the changeset viewer.

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