From 13f94e65a4691fef4fc95fca04af3443d5df99ed Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 12 May 2022 21:15:53 -0300 Subject: etc/bash/check.sh: Do not assert loading ~/.profile goes without error There are files not under my control, such as completion files, that invariably fail the assertion. --- etc/bash/check.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/bash') diff --git a/etc/bash/check.sh b/etc/bash/check.sh index 7c12dec..1114bd1 100755 --- a/etc/bash/check.sh +++ b/etc/bash/check.sh @@ -53,5 +53,3 @@ shellcheck -xe 1090,1091 \ "$XDG_CONFIG_HOME"/bash/vcs-ps1.sh \ "$XDG_CONFIG_HOME"/bash/check.sh \ "$XDG_CONFIG_HOME"/bash/privrc.sh - -sh -eu ~/.profile -- cgit v1.2.3