Fix another per code review
authorSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>
Mon, 20 Mar 2017 21:13:33 +0000 (21:13 +0000)
committerSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>
Mon, 20 Mar 2017 21:13:33 +0000 (21:13 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/c4adbaa01ccb897008c4ef73f29a90f89d2c0291

src/coreclr/tests/src/CLRTest.Execute.Bash.targets

index 5af1306..211bff3 100644 (file)
@@ -42,7 +42,7 @@ fi
 
 echo "$CORE_ROOT/ilasm" -output=$(TargetAssemblyName) $(_IlasmSwitches) $(DisassemblyName)
 "$CORE_ROOT/ilasm" -output=$(TargetAssemblyName) $(_IlasmSwitches) $(DisassemblyName)
-_ERRORLEVEL=$?
+ERRORLEVEL=$?
 if [ $ERRORLEVEL -ne 0 ]
 then
   echo EXECUTION OF ILASM - FAILED $ERRORLEVEL