From a1431c4e37c9d08282aa1481a2b2394a9761fa7a Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 14 Jul 1999 05:58:12 +0000 Subject: Move message about skipping missing packages into the right else clause. --- Tools/portbuild/scripts/portbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tools/portbuild/scripts') diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild index 80037a3df410..77f7b2085393 100755 --- a/Tools/portbuild/scripts/portbuild +++ b/Tools/portbuild/scripts/portbuild @@ -135,9 +135,9 @@ while [ $# -gt 0 ]; do if [ ! -f ${chroot}/tmp/depends/$1 ]; then echo "copying package $1 for ${pkgname}" scp -p $master:${packages}/All/$1 ${chroot}/tmp/depends - else - echo "skipping package $1 for ${pkgname} since it is missing" fi + else + echo "skipping package $1 for ${pkgname} since it is missing" fi shift done -- cgit v1.2.3