From a748244591fb478b871b43775282f0b1413e79f5 Mon Sep 17 00:00:00 2001 From: beedemo-user Date: Wed, 11 May 2016 08:34:57 -0400 Subject: [PATCH] Update build-apache-httpd-trunk-v1 added space after -p for mkdir --- build-apache-httpd-trunk-v1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-apache-httpd-trunk-v1 b/build-apache-httpd-trunk-v1 index a399889..bc9a00d 100644 --- a/build-apache-httpd-trunk-v1 +++ b/build-apache-httpd-trunk-v1 @@ -7,7 +7,7 @@ node('apache') { sh "./buildconf" stage "Configure" - sh "mkdir -p" + pwd() + "/apache-trunk" + sh "mkdir -p " + pwd() + "/apache-trunk" sh "./configure --prefix=" + pwd() + "/apache-trunk --with-included-apr" stage "Make"