Navigation Menu

Skip to content

Commit

Permalink
yum: add missing ""
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 24, 2012
1 parent 7a87775 commit 73fb742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yum/build-in-chroot.sh
Expand Up @@ -155,7 +155,7 @@ for architecture in $ARCHITECTURES; do
centos)
distribution_versions="5 6"
if [ -n "$CENTOS_VERSIONS" ]; then
distribution_versions=$CENTOS_VERSIONS
distribution_versions="$CENTOS_VERSIONS"
fi
;;
esac
Expand Down

0 comments on commit 73fb742

Please sign in to comment.