Fix incorrect shebang in xsetup.sh (#640)

This commit is contained in:
liesen 2024-07-12 23:32:46 +03:00 committed by GitHub
parent dc8d143fac
commit c6d7d177b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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