From 26f34b0666014a7c54f8ec0ccf28a16eded34d82 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 7 May 2024 12:32:43 -0500 Subject: Xsync: Remove unused echo --- local/bin/xsync | 2 -- 1 file changed, 2 deletions(-) diff --git a/local/bin/xsync b/local/bin/xsync index fa90b24..a298633 100755 --- a/local/bin/xsync +++ b/local/bin/xsync @@ -13,8 +13,6 @@ set -e xpkg -m | sort > /tmp/xsync-installed cat ~/repository.list | sort > /tmp/xsync-spec -echo $INSTALLED - comm /tmp/xsync-spec /tmp/xsync-installed -23 > /tmp/xsync-to-install comm /tmp/xsync-spec /tmp/xsync-installed -13 > /tmp/xsync-to-remove -- cgit v1.2.3