[commit: ghc] wip/jenkins: Properly quote instDir (751f422)
git at git.haskell.org
git at git.haskell.org
Thu Jun 29 12:58:15 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/751f422404ec38c1224eeae219378c5bcf9cc290/ghc
>---------------------------------------------------------------
commit 751f422404ec38c1224eeae219378c5bcf9cc290
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jun 29 08:58:04 2017 -0400
Properly quote instDir
>---------------------------------------------------------------
751f422404ec38c1224eeae219378c5bcf9cc290
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