Fix incorrect shebang in xsetup.sh (#640)

This commit is contained in:
liesen 2024-07-12 23:32:46 +03:00 committed by GitHub
commit c6d7d177b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
# Xsession - run as user
# Copyright (C) 2016 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>