Skip to content

Instantly share code, notes, and snippets.

@dudleyf
Created June 4, 2011 16:12
Show Gist options
  • Save dudleyf/1008023 to your computer and use it in GitHub Desktop.
Save dudleyf/1008023 to your computer and use it in GitHub Desktop.
diff --git i/scripts/functions/bundler w/scripts/functions/bundler
index ec49ef3..5126cab 100644
--- i/scripts/functions/bundler
+++ w/scripts/functions/bundler
@@ -19,7 +19,7 @@ bundle()
if (unset bundle ; command -v bundle >/dev/null 2>&1)
then
printf "Bundling your gems. This may take a few minutes on first run.\n"
- if [[ "$*" =~ *install* ]]
+ if [[ "$*" =~ install ]]
then
command bundle "$@" --binstubs
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment