/bin/bash -> /usr/bin/env bash

This commit is contained in:
Zahary Karadjov 2021-11-15 15:43:05 +02:00
parent 2d883b5db9
commit 25ad5ba51c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu