From 1f3638e7ae04639ee152e7f20bf8ce6906d0ca93 Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Fri, 13 Jan 2012 15:50:32 +1000 Subject: [PATCH] Added workaround for debian 'env' issues --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3bfba6e07..b16ec0fb0 100644 --- a/Rakefile +++ b/Rakefile @@ -65,7 +65,7 @@ end task :beef_start => 'beef' do printf "Starting BeEF (wait 10 seconds)..." - @beef_process_id = IO.popen("./beef -x 2> /dev/null", "w+") + @beef_process_id = IO.popen("ruby ./beef -x 2> /dev/null", "w+") delays = [2, 2, 1, 1, 1, 0.5, 0.5 , 0.5, 0.3, 0.2, 0.1, 0.1, 0.1, 0.05, 0.05] delays.each do |i| # delay for 10 seconds printf '.'