diff options
Diffstat (limited to 'toru-path')
-rwxr-xr-x | toru-path | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ for _pkgbuild in ${pkgbuilds[@]}; do done # TODO remove old paths +# by joining new paths to old paths and exclude the joining points from the +# cache (sort of a sql join) echo ${paths[@]} | tr ' ' "\n" | sort >> ${TORUPATH}/paths lastsync ${LASTSYNCFILE} |