From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q4ebc-0006rm-AA for garchives@archives.gentoo.org; Tue, 29 Mar 2011 19:29:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DD851C02E; Tue, 29 Mar 2011 19:29:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0DA1F1C02E for ; Tue, 29 Mar 2011 19:29:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 673F21B418A for ; Tue, 29 Mar 2011 19:29:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C4B1080065 for ; Tue, 29 Mar 2011 19:29:22 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: check_eclasses_eapis.sh X-VCS-Directories: / X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: f14015f53377f80a220ea34fae9770361de0ded6 Date: Tue, 29 Mar 2011 19:29:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a3ddd3d7ffea7dc37dd82eb4ce1611d8 commit: f14015f53377f80a220ea34fae9770361de0ded6 Author: Tomas Chvatal gentoo org> AuthorDate: Tue Mar 29 19:26:44 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Tue Mar 29 19:26:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qa-scripts.gi= t;a=3Dcommit;h=3Df14015f5 Logic++ --- check_eclasses_eapis.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh index ba07ea0..1c963dd 100755 --- a/check_eclasses_eapis.sh +++ b/check_eclasses_eapis.sh @@ -2,7 +2,7 @@ # Created by Tom=C3=A1=C5=A1 Chv=C3=A1tal # License WTFPL-2.0 =20 -if [[ ! -z ${1} ]]; then +if [[ -n ${1} ]]; then DIR=3D"${1}" [[ -d ${DIR} ]] || mkdir -p ${DIR} else