summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-01-25 10:53:32 -0500
committerGitHub <noreply@github.com>2018-01-25 10:53:32 -0500
commitbc4534c1ac264785879e77017aa36a4f4dcffd5e (patch)
treee3b6d660597c071ea0e74dd9c07fd8740521d529
parent4399ad4c1ddea266fcd82f3ab8e726e22b602adf (diff)
downloadgroovy-sandbox-bc4534c1ac264785879e77017aa36a4f4dcffd5e.tar.gz
Evil exits.
-rw-r--r--src/edu/stsci/CondaInstaller.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/edu/stsci/CondaInstaller.groovy b/src/edu/stsci/CondaInstaller.groovy
index d9c6b6f..0c3b3e6 100644
--- a/src/edu/stsci/CondaInstaller.groovy
+++ b/src/edu/stsci/CondaInstaller.groovy
@@ -45,9 +45,9 @@ class CondaInstaller implements Serializable {
return 0xFF
}
- if (!new File(this.installer).exists()) {
+ //if (!new File(this.installer).exists()) {
this.download()
- }
+ //}
def cmd = "bash ${this.installer} -b -p ${this.prefix}"
def proc = cmd.execute()