From 999f09a655c07b085ccd62d20e3e63c9f7d89e48 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 30 Jan 2015 15:37:32 -0800 Subject: [PATCH] Make android_sdk_location linux compatible. --- dotfiles/lib/shellenv/functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/lib/shellenv/functions.sh b/dotfiles/lib/shellenv/functions.sh index 370ca1b8..7d655104 100644 --- a/dotfiles/lib/shellenv/functions.sh +++ b/dotfiles/lib/shellenv/functions.sh @@ -344,6 +344,5 @@ function project_sync { function android_sdk_directory { if is_osx; then brew --prefix android-sdk - else fi }