From 691baba22e7fb1fe47005558ca92e540566fe383 Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernandez Date: Fri, 25 Mar 2011 07:09:23 -0700 Subject: Added libremessages and format in scripts --- librediff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librediff') diff --git a/librediff b/librediff index 9715c53..59a9791 100755 --- a/librediff +++ b/librediff @@ -45,12 +45,12 @@ fi for package in $@; do # Continue on errors [[ ! -d ./${package} || ! -d ./${package}-libre ]] && { - echo "Error: no matching ${package} and ${package}-libre found" + error "no matching ${package} and ${package}-libre found" continue } [[ ! -f ./${package}/PKGBUILD || ! -f ./${package}-libre/PKGBUILD ]] && { - echo "Error: no matching PKGBUILDs found for ${package}-libre" + error "no matching PKGBUILDs found for ${package}-libre" continue } -- cgit v1.2.3-2-g168b