Przeglądaj źródła

Using full path to ls avoids calling alias instead.

Graham Ashton 13 lat temu
rodzic
commit
8a2e0bc096
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      bundler-exec.sh

+ 1 - 1
bundler-exec.sh

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