소스 검색

Use $shim var

pull/360/head^2
Joshua Peek 15 년 전
부모
커밋
ce8d3278a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bin/rbenv-rehash

+ 1
- 1
bin/rbenv-rehash 파일 보기

@ -8,7 +8,7 @@ for file in ../versions/*/bin/*; do
shim="${file##*/}"
cat > "$shim" <<SH
#!/bin/sh
exec rbenv exec ${file##*/} \$@
exec rbenv exec $shim \$@
SH
chmod +x "$shim"
done

불러오는 중...
취소
저장