[commit: ghc] wip/jenkins: Properly quote instDir (8ff2492)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:45:08 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/8ff2492ad1b8df31bb09c48b48789a06035c33fc/ghc
>---------------------------------------------------------------
commit 8ff2492ad1b8df31bb09c48b48789a06035c33fc
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jun 29 08:58:04 2017 -0400
Properly quote instDir
>---------------------------------------------------------------
8ff2492ad1b8df31bb09c48b48789a06035c33fc
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