Navigation Menu

Skip to content

Commit

Permalink
yum: simplify the expression
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 24, 2012
1 parent 96df302 commit 6375c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yum/build-in-chroot.sh
Expand Up @@ -154,7 +154,7 @@ for architecture in $ARCHITECTURES; do
;;
centos)
distribution_versions="5 6"
if [ ! -z "$DISTRIBUTION_VERSIONS" ]; then
if [ -n "$DISTRIBUTION_VERSIONS" ]; then
distribution_versions=$DISTRIBUTION_VERSIONS
fi
;;
Expand Down

0 comments on commit 6375c51

Please sign in to comment.