Browse Source

Add shebang to m_mm

Otherwise /bin/sh will be inferred which will cause errors as this
script uses bash features such as "[[".
fix-mm-build
Luke Childs 7 years ago
parent
commit
715b02ea4f
  1. 1
      iguana/m_mm

1
iguana/m_mm

@ -1,3 +1,4 @@
#!/bin/bash
cd secp256k1; ./m_unix; cd ..
cd ../crypto777; ./m_LP; cd ../iguana

Loading…
Cancel
Save