Repository: aurora Updated Branches: refs/heads/master cf386110c -> 4f43df09e
Trim whitespace for pants script. Contains https://github.com/pantsbuild/setup/pull/9 Reviewed at https://reviews.apache.org/r/40212/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/4f43df09 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/4f43df09 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/4f43df09 Branch: refs/heads/master Commit: 4f43df09eea7589120531722f7596ea68a086be9 Parents: cf38611 Author: Joe Smith <[email protected]> Authored: Wed Nov 11 16:50:28 2015 -0800 Committer: Zameer Manji <[email protected]> Committed: Wed Nov 11 16:50:28 2015 -0800 ---------------------------------------------------------------------- pants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/4f43df09/pants ---------------------------------------------------------------------- diff --git a/pants b/pants index 4239bee..0ce4114 100755 --- a/pants +++ b/pants @@ -67,7 +67,7 @@ function bootstrap_pants { pants_requirement="pantsbuild.pants" pants_version=$( grep -E "^[[:space:]]*pants_version" pants.ini 2>/dev/null | \ - cut -f2 -d: | tr -d "" + cut -f2 -d: | tr -d " " ) if [[ -n "${pants_version}" ]] then
