From a74c34315c79c4b52871e87b312943174dbaf1e2 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Thu, 25 May 2017 14:27:49 +0100 Subject: [PATCH] Bootstrap script fix --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 66eb63ee..dfb6735d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -]#!/usr/bin/env bash +#!/usr/bin/env bash EIGEN_URL='http://bitbucket.org/eigen/eigen/get/3.3.3.tar.bz2'