Merge "change shebangs of all .sh scripts to bash" into main

This commit is contained in:
jade
2024-06-25 22:18:26 +00:00
committed by Gerrit Code Review
8 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -euo pipefail
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -euo pipefail