summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorChristopher Vogt <github.com.nsp@cvogt.org>2012-01-20 23:27:42 +0100
committerChristopher Vogt <github.com.nsp@cvogt.org>2012-01-20 23:27:42 +0100
commitc1b20310728646f7c92bfa54726951b569cfebd3 (patch)
tree75c85f312122c276096ecbd374a65554f07f27a4 /test/files/run
parentbeeac27cb480399eb787b47ef83906dd91935640 (diff)
downloadscala-c1b20310728646f7c92bfa54726951b569cfebd3.tar.gz
scala-c1b20310728646f7c92bfa54726951b569cfebd3.tar.bz2
scala-c1b20310728646f7c92bfa54726951b569cfebd3.zip
Fixed windows bat file exit code and command chaining (finally)
The problem was, that executing the following command in the windows shell, always executed scala.bat regardless of the outcome of scalac.bat: scalac.bat somefile.scala && scala.bat Test Apparently exit codes are broken for windows bat files. Implementing the workaround suggested at http://stackoverflow.com/questions/4632891/exiting-batch-with-exit-b-x-where-x-1-acts-as-if-command-completed-successfu fixed the problem. Tested manually in Windows 7 64.
Diffstat (limited to 'test/files/run')
0 files changed, 0 insertions, 0 deletions