1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

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-25 12:11:32 +01:00
committed by Nick Craig-Wood
parent d016438243
commit 1f5e23aedb
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Upload a release
#