setsdkenv_unix (b31e36b3) | setsdkenv_unix (a412ed64) |
---|---|
1#! /bin/sh 2# ************************************************************* 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 39 unchanged lines hidden (view full) --- 48 shift 49elif [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ -n "$1" ] 50then 51 echo 52 echo " using: setsdkenv_unix [options]" 53 echo "" 54 echo " options:" 55 echo " --force-configure : force a new configuration of your SDK environment." | 1#! /bin/sh 2# ************************************************************* 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 39 unchanged lines hidden (view full) --- 48 shift 49elif [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ -n "$1" ] 50then 51 echo 52 echo " using: setsdkenv_unix [options]" 53 echo "" 54 echo " options:" 55 echo " --force-configure : force a new configuration of your SDK environment." |
56 echo " Alternatively can you edit your SDK environment scripts directly:" | 56 echo " Alternatively can you edit your SDK environment script directly:" |
57 echo " $HOME/$OO_SDK_NAME/setsdkenv_unix.sh" | 57 echo " $HOME/$OO_SDK_NAME/setsdkenv_unix.sh" |
58 echo " $HOME/$OO_SDK_NAME/setsdkenv_unix.csh" | |
59 echo " -h, --help : print this help and exit" 60 echo 61 exit 1 62fi 63 64# source the prepared environment and start a new shell 65if [ -r $HOME/$OO_SDK_NAME/$HOSTNAME/setsdkenv_unix.sh ] 66then --- 21 unchanged lines hidden --- | 58 echo " -h, --help : print this help and exit" 59 echo 60 exit 1 61fi 62 63# source the prepared environment and start a new shell 64if [ -r $HOME/$OO_SDK_NAME/$HOSTNAME/setsdkenv_unix.sh ] 65then --- 21 unchanged lines hidden --- |