Author: dreimer
Date: Mon Jul 27 23:03:56 2009
New Revision: 42259
URL: 
http://svn.reactos.org/svn/reactos?rev=42259&view=rev
Log:
I wonder when these Scripts fully do what I want them to.... fix a missing ENV
Declaration.
Modified:
    trunk/tools/RosBE/RosBE-Windows/Powershell/options.ps1
Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/options.ps1
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershe…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/options.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/options.ps1 [iso-8859-1] Mon Jul 27
23:03:56 2009
@@ -10,7 +10,7 @@
 $host.ui.RawUI.WindowTitle = "Options"
-if ("$ROS_ARCH" -eq "amd64") {
+if ("$ENV:ROS_ARCH" -eq "amd64") {
     $options="$_ROSBE_BASEDIR\Tools\options64.exe"
     $cfgfile="$ENV:APPDATA\RosBE\rosbe-options-amd64.ps1"
 } else {