[util-pkg] rename check function

This commit is contained in:
udeved 2015-05-06 23:03:21 +02:00 committed by Ramon Buldó
parent fe4cf867a6
commit 2e8cb53ef0

View file

@ -9,7 +9,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
check_chroot_pkg_version(){
check_chroot_version(){
local chroot_version=$(cat ${work_dir}/root/.manjaro-tools)
msg "chroot version: $chroot_version"
if [[ ${version} != $chroot_version ]];then