[commit: ghc] wip/jenkins: Ugh, sh not echo (fa2fbbf)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:45:22 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/fa2fbbfb083ad365a15d36638cac14ffe90b1c21/ghc
>---------------------------------------------------------------
commit fa2fbbfb083ad365a15d36638cac14ffe90b1c21
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 18 09:35:42 2017 -0400
Ugh, sh not echo
>---------------------------------------------------------------
fa2fbbfb083ad365a15d36638cac14ffe90b1c21
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 451a3a5..d559f06 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -155,7 +155,7 @@ def buildGhc(params) {
withGhcSrcDist() {
stage('Configure') {
- echo 'echo $PATH'
+ sh 'echo $PATH'
sh "which ghc"
def speed = 'NORMAL'
More information about the ghc-commits
mailing list