From ab95dd07a4b2fe12e121955213edbba1093be65c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 16 Aug 2016 16:57:44 -0700 Subject: [PATCH] Fix whitespace in _java_setup --- dotfiles/lib/shellpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellpath.sh b/dotfiles/lib/shellpath.sh index 6efd9b16..c8f1bf13 100644 --- a/dotfiles/lib/shellpath.sh +++ b/dotfiles/lib/shellpath.sh @@ -57,7 +57,7 @@ function _java_setup { export GRADLE_HOME="$(brew --prefix gradle)" export ANDROID_HOME="$(brew --prefix android-sdk)" add_to_path "$ANDROID_HOME" --after - + # Access gnu man pages. hash brew 2> /dev/null && export MANPATH="$(brew --prefix)/opt/coreutils/libexec/gnuman:$MANPATH" else