fix shebang in various bash scripts (#910)

This commit is contained in:
Thomas Steen Rasmussen
2024-03-25 14:55:20 +01:00
committed by GitHub
parent 0c05f4cdc4
commit c40fa180c1
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Package up Grist code as a stand-alone wheel.
# This is useful for grist-static.

View File

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

View File

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