summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 12:32:43 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 12:32:43 -0500
commit26f34b0666014a7c54f8ec0ccf28a16eded34d82 (patch)
tree58dd43b5e542c01e5fde19676f1de0d5bcf22f56 /local
parentd1f39c5328a8a1c4f0846c047b1164d698f878cb (diff)
downloadrcm-26f34b0666014a7c54f8ec0ccf28a16eded34d82.tar.gz
rcm-26f34b0666014a7c54f8ec0ccf28a16eded34d82.tar.bz2
rcm-26f34b0666014a7c54f8ec0ccf28a16eded34d82.zip
Xsync: Remove unused echo
Diffstat (limited to 'local')
-rwxr-xr-xlocal/bin/xsync2
1 files changed, 0 insertions, 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