Fix incorrect shebang in xsetup.sh

This commit is contained in:
liesen 2024-07-09 06:56:08 +03:00 committed by GitHub
parent dc8d143fac
commit 3d5d08e126
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>