equal
deleted
inserted
replaced
77 __MINGW__=$($u "$__MINGW__") |
77 __MINGW__=$($u "$__MINGW__") |
78 __CYGWIN__=$($u "$__MINGW__") |
78 __CYGWIN__=$($u "$__MINGW__") |
79 __PYTHON__=$($u "$__PYTHON__") |
79 __PYTHON__=$($u "$__PYTHON__") |
80 |
80 |
81 export SBS_HOME=$($u "$SBS_HOME") |
81 export SBS_HOME=$($u "$SBS_HOME") |
82 export EPOCROOT=$($u "$EPOCROOT") |
|
83 |
82 |
84 export PATH=${__MINGW__}/bin:${__CYGWIN__}/bin:$SBS_HOME/$HOSTPLATFORM_DIR/bin:$PATH |
83 export PATH=${__MINGW__}/bin:${__CYGWIN__}/bin:$SBS_HOME/$HOSTPLATFORM_DIR/bin:$PATH |
85 |
84 |
86 # Tell Cygwin not to map unix security attributes to windows to |
85 # Tell Cygwin not to map unix security attributes to windows to |
87 # prevent raptor from potentially creating read-only files: |
86 # prevent raptor from potentially creating read-only files: |