[ros-diffs] [dreimer] 42259: I wonder when these Scripts fully do what I want them to.... fix a missing ENV Declaration.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Mon Jul 27 23:03:57 CEST 2009


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/Powershell/options.ps1?rev=42259&r1=42258&r2=42259&view=diff
==============================================================================
--- 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 {




More information about the Ros-diffs mailing list