Parcourir la source

Using full path to ls avoids calling alias instead.

Graham Ashton il y a 13 ans
Parent
commit
8a2e0bc096
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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