Merge pull request #388 from michaelBelsanti/shebangs

scripts: use more portable shebang
pull/392/head
Harvey Tindall 2 months ago committed by GitHub
commit 56ee54811d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# scan all typescript and automatically add dark variants to color tags if they're not already present.

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/env/bin bash
# sets version environment variable for goreleaser to use
# scripts/version.sh goreleaser ...

Loading…
Cancel
Save