From 347d9e6997e9b9d7c1aca036debaea434b09b13b Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sun, 14 Feb 2021 19:12:23 +0100 Subject: [PATCH] feat: update shebang /bin/sh -> /usr/bin/env sh --- .profile | 2 +- .xprofile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index c8ad2d5..595c5e8 100644 --- a/.profile +++ b/.profile @@ -1,4 +1,4 @@ -#! /bin/sh +#!/usr/bin/env sh # This file is sourced when launching a DM from startx/xinit diff --git a/.xprofile b/.xprofile index 31e1afe..08f3959 100644 --- a/.xprofile +++ b/.xprofile @@ -1,4 +1,4 @@ -#! /bin/sh +#!/usr/bin/env sh # This file is sourced when launching a DM from startx/xinit