Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
remove unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fnordfish committed Mar 25, 2016
1 parent 47d8ed2 commit 5f3afde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-vbguest/installers/linux.rb
Expand Up @@ -149,7 +149,6 @@ def vboxadd_tool
"/lib/VBoxGuestAdditions/vboxadd",
"/etc/init.d/vboxadd",
]
bin_path = ""
cmd = <<-SHELL
for c in #{candidates.join(" ")}; do
if test -x "$c"; then
Expand Down

0 comments on commit 5f3afde

Please sign in to comment.