瀏覽代碼

More argument quoting

pull/360/head^2
Sam Stephenson 15 年之前
父節點
當前提交
fb31290b9d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      bin/rbenv

+ 1
- 1
bin/rbenv 查看文件

@ -14,5 +14,5 @@ else
fi
shift 1
exec "$command_path" $*
exec "$command_path" "$@"
fi

Loading…
取消
儲存