rethemendex: use /usr/bin/env (#8896)

This increases Linux distro compatibility, in my case so it works with NixOS[0].

[0]: https://nixos.org

Signed-off-by: ckie <git-525ff67@ckie.dev>
pull/28217/head
ckie 2022-06-26 01:15:09 +03:00 committed by GitHub
parent 173d8f33b7
commit f251009ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
cd `dirname $0`