aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-29 21:26:44 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-29 21:26:44 +0200
commitf14015f53377f80a220ea34fae9770361de0ded6 (patch)
treef22de9d527086a7f66e4260961cfbab3c257ca7f /check_eclasses_eapis.sh
parentfix thinko (diff)
downloadqa-scripts-f14015f53377f80a220ea34fae9770361de0ded6.tar.gz
qa-scripts-f14015f53377f80a220ea34fae9770361de0ded6.tar.bz2
qa-scripts-f14015f53377f80a220ea34fae9770361de0ded6.zip
Logic++
Diffstat (limited to 'check_eclasses_eapis.sh')
-rwxr-xr-xcheck_eclasses_eapis.sh2
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áš Chvátal <scarabeus@gentoo.org>
# License WTFPL-2.0
-if [[ ! -z ${1} ]]; then
+if [[ -n ${1} ]]; then
DIR="${1}"
[[ -d ${DIR} ]] || mkdir -p ${DIR}
else