tree-wide: replace /bin/bash with /usr/bin/env bash

The latter is more portable, while the former only works on systems
where /bin/bash exists (or is symlinked appropriately).
This commit is contained in:
Florian Klink
2024-06-11 12:47:47 +01:00
committed by Nick Craig-Wood
parent 4250dd98f3
commit aed77a8fb2
36 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
docker build -t rclone/xgo-cgofuse https://github.com/winfsp/cgofuse.git
docker images