소스 검색

Using full path to ls avoids calling alias instead.

Graham Ashton 13 년 전
부모
커밋
8a2e0bc096
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bundler-exec.sh

+ 1 - 1
bundler-exec.sh

@@ -38,7 +38,7 @@ run-with-bundler()
 ## Main program
 
 if rbenv-installed; then
-    BUNDLED_COMMANDS=$(ls ~/.rbenv/shims)
+    BUNDLED_COMMANDS=$(/bin/ls ~/.rbenv/shims)
 else
     BUNDLED_COMMANDS="${BUNDLED_COMMANDS:-
 cap