xbps-src: make XBPS_FETCH_CMD readonly

This commit is contained in:
maxice8 2019-01-21 10:03:19 -02:00 committed by maxice8
parent f5a06042d4
commit de9ca04298

View file

@ -531,8 +531,7 @@ else
readonly XBPS_BUILDSTYLEDIR=$XBPS_COMMONDIR/build-style
readonly XBPS_LIBEXECDIR=$XBPS_COMMONDIR/xbps-src/libexec
fi
# XBPS_FETCH_CMD can be overriden
export XBPS_FETCH_CMD="xbps-uhelper fetch"
readonly XBPS_FETCH_CMD="xbps-uhelper fetch"
readonly XBPS_DIGEST_CMD="xbps-uhelper digest"
readonly XBPS_CMPVER_CMD="xbps-uhelper cmpver"