aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2011-03-29 19:26:12 +0000
committerJeremy Olexa <darkside@gentoo.org>2011-03-29 19:26:12 +0000
commitf4a2e940173ca2721e72904afdd6334db5a89014 (patch)
tree434143ae32798eef78c1c11c5cfc25fad577f0f7 /check_eclasses_eapis.sh
parentmkdir $DIR if not present (diff)
downloadqa-scripts-f4a2e940173ca2721e72904afdd6334db5a89014.tar.gz
qa-scripts-f4a2e940173ca2721e72904afdd6334db5a89014.tar.bz2
qa-scripts-f4a2e940173ca2721e72904afdd6334db5a89014.zip
fix thinko
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 3e53808..ba07ea0 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 [[ ! -z ${1} ]]; then
DIR="${1}"
[[ -d ${DIR} ]] || mkdir -p ${DIR}
else