mirror of https://github.com/vector-im/riot-web
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
parent
173d8f33b7
commit
f251009ced
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue