summaryrefslogtreecommitdiffstats
path: root/pearup
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-23 07:23:22 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-23 07:23:22 +0200
commita37a0a880004f458342b9d03de721621818cc942 (patch)
tree296e2630c3fa1badb903273f4b36ccad840da049 /pearup
parent9d4f7f0a6612bc03fdbd25de1d519c69029335ea (diff)
php-horde-Horde-Smtp-1.2.6
Diffstat (limited to 'pearup')
-rwxr-xr-xpearup3
1 files changed, 2 insertions, 1 deletions
diff --git a/pearup b/pearup
index 43e0f5d..bfde88f 100755
--- a/pearup
+++ b/pearup
@@ -37,5 +37,6 @@ if [ -n "$comp" ]; then
fi
colordiff -u package-$1.xml package-$2.xml
-colordiff -u composer-$1.json composer-$2.json
+[ -f composer-$1.json -a -f composer-$2.json ] && \
+ colordiff -u composer-$1.json composer-$2.json