xbps-src: remove unneeded assignment.

This commit is contained in:
Juan RP 2011-11-18 15:59:00 +01:00
parent 9fd0795509
commit 2e53ec2c82

View file

@ -282,10 +282,6 @@ if [ -z "$target" ]; then
usage && exit 1
fi
if [ -n "$IN_CHROOT" ]; then
XBPS_CONFIG_FILE="/usr/local/etc/xbps-src.conf"
fi
#
# Check configuration vars before anyting else, and set defaults vars.
#