diff options
Diffstat (limited to 'check-any-installed')
-rwxr-xr-x | check-any-installed | 4 |
1 files changed, 2 insertions, 2 deletions
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 |