aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-05-06 10:42:31 +0200
committerMattias Andrée <maandree@kth.se>2024-05-06 10:42:31 +0200
commitd64c613c57d63bcc1c2a9e52329c15ba1a690219 (patch)
treec1e637146d26edc241e39e7310c6aeadd56b9d95
parentUpdate clawsrc and make python and st exclusive to zenith (diff)
downloaddotfiles-d64c613c57d63bcc1c2a9e52329c15ba1a690219.tar.gz
dotfiles-d64c613c57d63bcc1c2a9e52329c15ba1a690219.tar.bz2
dotfiles-d64c613c57d63bcc1c2a9e52329c15ba1a690219.tar.xz
Fix bug in DYNAMIC_ADDRESSES for ssh
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--ssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/Makefile b/ssh/Makefile
index e7bf102..be4b0d5 100644
--- a/ssh/Makefile
+++ b/ssh/Makefile
@@ -3,7 +3,7 @@
DYNAMIC_ADDRESSES != \
for f in ../.secrets/ssh/hostfetch/* ../.work/ssh/hostfetch/* hostfetch/*; do \
test ! -x "$$f" || printf '%s\n' "$$f"; \
- done | sort -u | sed 's|^.*/\([^/]*[^/~]\)$$|\1|'
+ done | sort -u | sed -n 's|^.*/\([^/]*[^/~]\)$$|\1|p'
install:
-rm -f -- .ssh-config