Browse Source

Allow user to specify BUNDLED_COMMANDS.

Graham Ashton 14 years ago
parent
commit
0730833882
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bundler-exec.sh

+ 1 - 1
bundler-exec.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-BUNDLED_COMMANDS="cucumber heroku rackup rails rake rspec ruby shotgun spec"
+BUNDLED_COMMANDS="${BUNDLED_COMMANDS:-cucumber heroku rackup rails rake rspec ruby shotgun spec}"
 
 
 ## Functions
 ## Functions