From 8f9edaf7ca6283d7a3e971a7e5cf594572cdf05e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Jul 2010 01:44:26 +0000 Subject: [PATCH] tweaking integrity script --- script/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build b/script/build index 587274166..c3fb95e9d 100755 --- a/script/build +++ b/script/build @@ -1,2 +1,2 @@ #!/usr/bin/env ruby -system('bundle exec rake') +system('BUNDLE_GEMFILE=./Gemfile bundle exec rake')