mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-09-23 06:14:21 +00:00
fix shebang in various bash scripts (#910)
This commit is contained in:
committed by
GitHub
parent
0c05f4cdc4
commit
c40fa180c1
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This runs browser tests with the server started using docker, to
|
||||
# catch any configuration problems.
|
||||
|
||||
Reference in New Issue
Block a user