scripts: make absolute paths consistent

Change absolute binary paths in scripts to /usr/bin/env or make them
relative.
This allows the scripts to be used on linux distributions
like NixOS, where binaries are not located in /usr/ or /bin/.
This commit is contained in:
Fabian Möller
2018-01-26 09:39:05 +00:00
committed by Nick Craig-Wood
parent d016438243
commit 1f5e23aedb
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Upload a release
#