Explorar o código

Using full path to ls avoids calling alias instead.

Graham Ashton %!s(int64=13) %!d(string=hai) anos
pai
achega
8a2e0bc096
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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