summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-12-19 19:35:34 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2023-12-20 01:58:25 -0500
commita48e81803b587db5831005370551c53c5abd90da (patch)
tree2f6020704cf71af076bc7655dcd8cfb2fc142535 /pcr-testing
parent531d2f513fe5b1da4086d81cbdd906dd2b4c2e32 (diff)
[version_constraint.sh]: `unset` the inner Log() function
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD
index 962cd6416..7b0ebce8d 100644
--- a/pcr-testing/calamares/PKGBUILD
+++ b/pcr-testing/calamares/PKGBUILD
@@ -63,6 +63,8 @@ _version_constraint() # (dep_pkgname [precision])
exit 1
fi
+ unset -f Log
+
echo -n "${constraint_string}"
}