From c6d7d177b73ae7ce8e09c3e25ab9d41a873fdd1f Mon Sep 17 00:00:00 2001 From: liesen Date: Fri, 12 Jul 2024 23:32:46 +0300 Subject: [PATCH] Fix incorrect shebang in xsetup.sh (#640) --- res/xsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xsetup.sh b/res/xsetup.sh index 487a078..9418530 100755 --- a/res/xsetup.sh +++ b/res/xsetup.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Xsession - run as user # Copyright (C) 2016 Pier Luigi Fiorini