[commit: ghc] wip/jenkins: Properly quote instDir (9ec5442)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:50:25 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/9ec544279cb9d2ebc0651244b59167a03487581c/ghc
>---------------------------------------------------------------
commit 9ec544279cb9d2ebc0651244b59167a03487581c
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jun 29 08:58:04 2017 -0400
Properly quote instDir
>---------------------------------------------------------------
9ec544279cb9d2ebc0651244b59167a03487581c
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b1b1d4d..ab92bfe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -284,7 +284,7 @@ def testGhc(params) {
sh "${makeCmd} install"
} else {
sh "mkdir -p \"${instDir}\""
- sh "cp -R * ${instDir}"
+ sh "cp -R * \"${instDir}\""
}
}
More information about the ghc-commits
mailing list