diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-07 12:32:43 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-07 12:32:43 -0500 |
commit | 26f34b0666014a7c54f8ec0ccf28a16eded34d82 (patch) | |
tree | 58dd43b5e542c01e5fde19676f1de0d5bcf22f56 | |
parent | d1f39c5328a8a1c4f0846c047b1164d698f878cb (diff) | |
download | rcm-26f34b0666014a7c54f8ec0ccf28a16eded34d82.tar.gz rcm-26f34b0666014a7c54f8ec0ccf28a16eded34d82.tar.bz2 rcm-26f34b0666014a7c54f8ec0ccf28a16eded34d82.zip |
Xsync: Remove unused echo
-rwxr-xr-x | local/bin/xsync | 2 |
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 |