From 48696038cec8f4cef0152d356b05d40c585a20b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 5 Nov 2012 16:48:28 -0300 Subject: Skip unexistent repos --- toru-path | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toru-path b/toru-path index 957f49b..baeaeb5 100755 --- a/toru-path +++ b/toru-path @@ -22,6 +22,8 @@ fi fullrepos=() for (( i = ${#REPOS[@]}-1 ; i >= 0 ; i-- )); do ${VERBOSE} && msg "Processing [%s]" ${REPOS[$i]} + + [ -d "${ABSROOT}${REPOS[$i]}" ] && \ fullrepos+=("${ABSROOT}${REPOS[$i]}") done pkgbuilds=($(get_pkgbuilds ${fullrepos[@]})) -- cgit v1.2.3