diff options
| -rwxr-xr-x | src/tools/rust-installer/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-installer/test.sh b/src/tools/rust-installer/test.sh index 4f69bfc63e9..16b05c66197 100755 --- a/src/tools/rust-installer/test.sh +++ b/src/tools/rust-installer/test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e -u |
