Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/manual-fix9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/manual-fix b/bin/manual-fix
index c057f92..14476f2 100755
--- a/bin/manual-fix
+++ b/bin/manual-fix
@@ -5,6 +5,15 @@
# shellcheck source=../lib/load-configuration
#. "${0%/*}/../lib/load-configuration"
+eval "$(
+ declare -F \
+ | sed '
+ s@^declare -f _fix_@unset _fix_@
+ t
+ d
+ '
+)"
+
_fix_package_on_build_and_deletion_list() {
{
printf 'DELETE `bin_del`'