From 0070a524185a67f1343c7a8f0bb6e00aeceb0870 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 3 Nov 2011 13:44:06 -0400 Subject: [PATCH] haha fix bug --- bin/macvim-buddy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/macvim-buddy b/bin/macvim-buddy index 5f4d517..d4c71b0 100755 --- a/bin/macvim-buddy +++ b/bin/macvim-buddy @@ -15,7 +15,7 @@ class MacVimBuddy < Thor is_macports = false %x{which port 2>&1} - if if $?.exitstatus == 0 && (is_macports = %x{which iconv}['/opt/local']) + if $?.exitstatus == 0 && (is_macports = %x{which iconv}['/opt/local']) with_sudo { "port deactivate -f libiconv" } end