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:
committed by
Nick Craig-Wood
parent
d016438243
commit
1f5e23aedb
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Upload a release
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user