aboutsummaryrefslogtreecommitdiffstats
path: root/check-any-installed
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-02-18 13:22:42 +0100
committerMattias Andrée <maandree@kth.se>2024-02-18 13:22:42 +0100
commitc274475635d410c0e9f812e71d20183cb923cd6b (patch)
tree70f59c3b28a36921ea46a93effc565d59e20f43b /check-any-installed
parentAdd makeenv (diff)
downloaddotfiles-c274475635d410c0e9f812e71d20183cb923cd6b.tar.gz
dotfiles-c274475635d410c0e9f812e71d20183cb923cd6b.tar.bz2
dotfiles-c274475635d410c0e9f812e71d20183cb923cd6b.tar.xz
misc updates
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'check-any-installed')
-rwxr-xr-xcheck-any-installed4
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