Redirect output to avoid warning.

This commit is contained in:
Mikaël Capelle 2017-03-16 12:43:19 +01:00
parent 8872837785
commit 5fdf377e47

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
GUROBI_PATH=$(ls -d $HOME/.softwares/gurobi*/linux64) GUROBI_PATH=$(ls -d $HOME/.softwares/gurobi*/linux64 2> /dev/null)
if [ -e "$GUROBI_PATH" ]; then if [ -e "$GUROBI_PATH" ]; then
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GUROBI_PATH}/lib LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GUROBI_PATH}/lib