From 687822d298a8771b020ca456a13628b37a2cb4de Mon Sep 17 00:00:00 2001 From: "Mads M. Pedersen" <mmpe@dtu.dk> Date: Wed, 18 Apr 2018 14:47:13 +0200 Subject: [PATCH] changes to unix line endings --- docker/install_ipopt2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install_ipopt2.sh b/docker/install_ipopt2.sh index 6ae360eb..ccaea5ec 100755 --- a/docker/install_ipopt2.sh +++ b/docker/install_ipopt2.sh @@ -11,4 +11,4 @@ cd $IPOPT_DIR/ThirdParty/Lapack sh ./get.Lapack cd $IPOPT_DIR ./configure --disable-linear-solver-loader -make install +make install \ No newline at end of file -- GitLab