mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-20 04:54:46 -04:00
Use env to find bash in shebang (#225)
This commit is contained in:
parent
f0a9e58b17
commit
1c29638421
10 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CALLDIR=$(pwd)
|
||||
CILIUMTMPDIR=$(mktemp -d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue