Fix scripts for systems without bash.

This commit is contained in:
XMRig
2024-03-21 02:13:01 +07:00
parent 3beccae136
commit 5552e1f864
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/sh -e
HWLOC_VERSION_MAJOR="2"
HWLOC_VERSION_MINOR="10"