feat: update shebang

/bin/sh -> /usr/bin/env sh
This commit is contained in:
David JULIEN 2021-02-14 19:12:23 +01:00
parent d50b60546e
commit 347d9e6997
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /bin/sh
#!/usr/bin/env sh
# This file is sourced when launching a DM from startx/xinit

View File

@ -1,4 +1,4 @@
#! /bin/sh
#!/usr/bin/env sh
# This file is sourced when launching a DM from startx/xinit