Use environment path to bash

This commit is contained in:
Tobie Morgan Hitchcock 2019-12-08 20:54:59 +00:00
parent 84a42c91a4
commit 4e5b1249d5
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
VERS=$(git describe --tags --abbrev=0)
NAME=surreal-${VERS}.linux-amd64

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
VERS=$(git describe --tags --abbrev=0)
NAME=surreal-${VERS}.darwin-amd64

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
VERS=$(git describe --tags --abbrev=0)
NAME=surreal-${VERS}.windows-amd64