Unverified Commit 264b83b5 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Add shebang to bash script to make internal linter happy (#6999)

parent a718345a
#!/bin/bash
LD_LIBRARY_PATH="/usr/local/lib:$CUDA_HOME/lib64:$LD_LIBRARY_PATH" python packaging/wheel/relocate.py
#!/bin/bash
if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
# Uninstall Conflicting jpeg brew formulae
jpeg_packages=$(brew list | grep jpeg)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment