summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-12-28 11:00:50 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-12-28 11:00:50 +0100
commit0e6ac7bd56ee72814fcfc6013b6cb51fc5578757 (patch)
treed5fd033567138f862e98e904a42fbb191d1a8109
parent0706f54fa83626be370caf9798839d80222f3e22 (diff)
downloadbin-0e6ac7bd56ee72814fcfc6013b6cb51fc5578757.zip
bin-0e6ac7bd56ee72814fcfc6013b6cb51fc5578757.tar.gz
easy_e17.sh, code cosmetic
-rwxr-xr-xeasy_e17.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/easy_e17.sh b/easy_e17.sh
index ae4e26e..ce17f2a 100755
--- a/easy_e17.sh
+++ b/easy_e17.sh
@@ -1363,8 +1363,10 @@ for file in $logs_path/*.log ; do
packages_skipped="$packages_skipped $pkg"
else
if [ -e "$status_path/$pkg.nobuild" ]; then
- packages_nobuild="$packages_nobuild $pkg"
- else packages_failed="$packages_failed $pkg"; fi
+ packages_nobuild="$packages_nobuild $pkg"
+ else
+ packages_failed="$packages_failed $pkg";
+ fi
fi
fi
done