haha fix bug

This commit is contained in:
John Bintz 2011-11-03 13:44:06 -04:00
parent 0472d38ffa
commit 0070a52418

View File

@ -15,7 +15,7 @@ class MacVimBuddy < Thor
is_macports = false is_macports = false
%x{which port 2>&1} %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" } with_sudo { "port deactivate -f libiconv" }
end end