Browse Source

Don't alias the bundle command

Matt Campbell 13 năm trước cách đây
mục cha
commit
23a99634e3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      bundler-exec.sh

+ 2 - 0
bundler-exec.sh

@@ -75,5 +75,7 @@ run-with-bundler()
 ## Main program
 
 for CMD in $BUNDLED_COMMANDS; do
+  if [[ $CMD != 'bundle' ]]; then
     alias $CMD="run-with-bundler $CMD"
+  fi
 done