xbps-src: remove unneeded assignment.
This commit is contained in:
parent
9fd0795509
commit
2e53ec2c82
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue