From c274475635d410c0e9f812e71d20183cb923cd6b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Feb 2024 13:22:42 +0100 Subject: misc updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- check-any-installed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check-any-installed') diff --git a/check-any-installed b/check-any-installed index 8329769..b8ae197 100755 --- a/check-any-installed +++ b/check-any-installed @@ -5,8 +5,8 @@ set -ue if test -r /etc/lsb-release; then . /etc/lsb-release fi -if test -r ~.dotfiles/.work/distrib-tweak; then - . ~.dotfiles/.work/distrib-tweak +if test -r ~/.dotfiles/.work/distrib-tweak; then + . ~/.dotfiles/.work/distrib-tweak fi for pkg; do -- cgit v1.2.3-70-g09d2