Adjust shell scripts to properly get bash from environment
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Binaries that should generate the same output every time
|
||||
EXPECT_NAMES=(\
|
||||
|
||||
Reference in New Issue
Block a user