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 -eux
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
#!/usr/bin/env bash
exec nix-daemon --force-untrusted "$@"
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -x
set -e
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -x
set -e