浏览代码

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