diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-18 14:13:29 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-18 14:13:29 +0100 |
commit | 8327b7175f71ca224a3acadef5c83eac22970a1d (patch) | |
tree | eed665827d093d4bcabb8df53f3fd6cf3dda8c84 /toru | |
parent | 77647dc95bec7f72a5ecee7d303aa2802f39adb4 (diff) |
Let toru ignore broken PKGBUILDs instead of failing.
Diffstat (limited to 'toru')
-rwxr-xr-x | toru | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ update() { update_sync_file=true # Load PKGBUILD's metadata - source ${_pkgbuild} + source ${_pkgbuild} || continue # Guess pkgbase from PKGBUILD's basedir _pkgpath=$(dirname "${_pkgbuild}") |