mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
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>
This commit is contained in:
parent
173d8f33b7
commit
f251009ced
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue