From 7c3a0a4f09c81558918b66deeafa486234a73294 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 20 Oct 2022 11:07:19 -0300 Subject: Fix all ShellCheck warnings IOW, `make check-shellcheck` passes. --- etc/sh/rc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/sh/rc') diff --git a/etc/sh/rc b/etc/sh/rc index d5801b8..69606fa 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -1,4 +1,5 @@ #!/bin/sh +# shellcheck disable=1090,1091 export ENV=~/.profile -- cgit v1.2.3