summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
Diffstat (limited to '')
-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