commit da69f4dc17570bd58100e47de0e2500f9fd511a2
parent 28c8d204106de5429102aa46aa304fc9a9d434a1
Author: Ashymad <czilukim@o2.pl>
Date: Sun, 25 Feb 2018 16:06:15 +0100
Repair messages
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/fish/functions/aur-vcsync.fish b/.config/fish/functions/aur-vcsync.fish
@@ -2,14 +2,14 @@ function aur-vcsync
set vcs_list git hg cvs svn bzr
echo -n "" > /tmp/vcs.tmp
set_color -o
- echo ==> Checking newest commit of repositories...
+ echo "==> Checking newest commit of repositories..."
for vcs in $vcs_list
set repos ~/.cache/aurutils/sync/*-$vcs
for repo in $repos
aur srcver $repo >> /tmp/vcs.tmp
end
end
- echo ==> Comparing to locally installed versions...
+ echo "==> Comparing to locally installed versions..."
set updates (aur vercmp -p /tmp/vcs.tmp -d custom-aur)
for update in $updates
echo Updating $update...