From 8f9edaf7ca6283d7a3e971a7e5cf594572cdf05e Mon Sep 17 00:00:00 2001 From: root <root@Integrity.(none)> 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 5872741664..c3fb95e9df 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') -- GitLab