You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/05/06 03:44:12 UTC

git commit: Fix missing quote

Repository: trafficserver
Updated Branches:
  refs/heads/master 3da2edb33 -> 57a53c648


Fix missing quote


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/57a53c64
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/57a53c64
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/57a53c64

Branch: refs/heads/master
Commit: 57a53c648a883ecfc84c6d32b7a60cf8b96c3aa5
Parents: 3da2edb
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon May 5 18:43:41 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon May 5 18:43:41 2014 -0700

----------------------------------------------------------------------
 ci/jenkins/bin/cleanup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/57a53c64/ci/jenkins/bin/cleanup.sh
----------------------------------------------------------------------
diff --git a/ci/jenkins/bin/cleanup.sh b/ci/jenkins/bin/cleanup.sh
index 2c7cbdd..b0336dd 100755
--- a/ci/jenkins/bin/cleanup.sh
+++ b/ci/jenkins/bin/cleanup.sh
@@ -21,5 +21,5 @@ cd "${WORKSPACE}/${BUILD_NUMBER}/build"
 make distclean
 
 # Final cleanup, this removes the build and install areas
-cd "${WORKSPACE}
+cd "${WORKSPACE}"
 rm ${BUILD_NUMBER}