[commit: ghc] wip/jenkins: Ugh, sh not echo (ab5ca7d)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:50:04 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/ab5ca7dc6799d1516e9032745d6ef55ab9e86d34/ghc
>---------------------------------------------------------------
commit ab5ca7dc6799d1516e9032745d6ef55ab9e86d34
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 18 09:35:42 2017 -0400
Ugh, sh not echo
>---------------------------------------------------------------
ab5ca7dc6799d1516e9032745d6ef55ab9e86d34
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