Changeset 1488
- Timestamp:
 - Apr 4, 2008, 4:36:46 AM (18 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/kBuild/env.sh (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/kBuild/env.sh
r1380 r1488 1 1 #!/bin/bash 2 #!/bin/sh should work fine too, just needs testing. 2 3 # $Id$ 3 4 ## @file … … 119 120 if test -z "$BUILD_PLATFORM_ARCH"; then 120 121 # Use uname -m or isainfo (lots of guesses here, please help clean this up...) 121 if test "$BUILD_PLATFORM" = ="solaris"; then122 if test "$BUILD_PLATFORM" = "solaris"; then 122 123 BUILD_PLATFORM_ARCH=`isainfo | cut -f 1 -d ' '` 123 124  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  