mirror of
https://github.com/rclone/rclone.git
synced 2025-08-08 21:44:47 +02: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 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
Make single page versions of the documentation for release and
|
||||
conversion into man pages etc.
|
||||
|
Reference in New Issue
Block a user