From 715b02ea4f2874194aa4ced02ae56751cea9649f Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 20 Feb 2018 13:52:56 +0700 Subject: [PATCH] Add shebang to m_mm Otherwise /bin/sh will be inferred which will cause errors as this script uses bash features such as "[[". --- iguana/m_mm | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/m_mm b/iguana/m_mm index 0f42e38da..723634548 100755 --- a/iguana/m_mm +++ b/iguana/m_mm @@ -1,3 +1,4 @@ +#!/bin/bash cd secp256k1; ./m_unix; cd .. cd ../crypto777; ./m_LP; cd ../iguana