From 698cfc502b7e4f020d66a1d5f6f299bc8572a1f6 Mon Sep 17 00:00:00 2001 From: mirage335 Date: Sun, 29 Dec 2024 19:24:01 -0500 Subject: [PATCH] Correction. --- _prog/core.sh | 2 +- extendedInterface-lean.sh | 4 ++-- extendedInterface.sh | 2 +- ubiquitous_bash.sh | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_prog/core.sh b/_prog/core.sh index 68b9c7c..345eaad 100644 --- a/_prog/core.sh +++ b/_prog/core.sh @@ -17,7 +17,7 @@ _gitMad_neighbors_procedure() { cd "$functionEntryPWD" } _gitMad_neighbors() { - "$scriptAbsoluteLocation _gitMad_neighbors "$@"" + "$scriptAbsoluteLocation" _gitMad_neighbors_procedure "$@" } diff --git a/extendedInterface-lean.sh b/extendedInterface-lean.sh index 7c0c657..ac3e0df 100755 --- a/extendedInterface-lean.sh +++ b/extendedInterface-lean.sh @@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() { #export ub_setScriptChecksum_disable='true' ( [[ -e "$0".nck ]] || [[ "${BASH_SOURCE[0]}" != "${0}" ]] || [[ "$1" == '--profile' ]] || [[ "$1" == '--script' ]] || [[ "$1" == '--call' ]] || [[ "$1" == '--return' ]] || [[ "$1" == '--devenv' ]] || [[ "$1" == '--shell' ]] || [[ "$1" == '--bypass' ]] || [[ "$1" == '--parent' ]] || [[ "$1" == '--embed' ]] || [[ "$1" == '--compressed' ]] || [[ "$0" == "/bin/bash" ]] || [[ "$0" == "-bash" ]] || [[ "$0" == "/usr/bin/bash" ]] || [[ "$0" == "bash" ]] ) && export ub_setScriptChecksum_disable='true' export ub_setScriptChecksum_header='2591634041' -export ub_setScriptChecksum_contents='3651231120' +export ub_setScriptChecksum_contents='3768344335' # CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary. # WARNING: Performance may be crucial here. @@ -14663,7 +14663,7 @@ _gitMad_neighbors_procedure() { cd "$functionEntryPWD" } _gitMad_neighbors() { - "$scriptAbsoluteLocation _gitMad_neighbors "$@"" + "$scriptAbsoluteLocation" _gitMad_neighbors_procedure "$@" } diff --git a/extendedInterface.sh b/extendedInterface.sh index 29be001..620b6e6 100755 --- a/extendedInterface.sh +++ b/extendedInterface.sh @@ -6382,7 +6382,7 @@ _gitMad_neighbors_procedure() { cd "$functionEntryPWD" } _gitMad_neighbors() { - "$scriptAbsoluteLocation _gitMad_neighbors "$@"" + "$scriptAbsoluteLocation" _gitMad_neighbors_procedure "$@" } diff --git a/ubiquitous_bash.sh b/ubiquitous_bash.sh index df3114a..1218084 100755 --- a/ubiquitous_bash.sh +++ b/ubiquitous_bash.sh @@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() { #export ub_setScriptChecksum_disable='true' ( [[ -e "$0".nck ]] || [[ "${BASH_SOURCE[0]}" != "${0}" ]] || [[ "$1" == '--profile' ]] || [[ "$1" == '--script' ]] || [[ "$1" == '--call' ]] || [[ "$1" == '--return' ]] || [[ "$1" == '--devenv' ]] || [[ "$1" == '--shell' ]] || [[ "$1" == '--bypass' ]] || [[ "$1" == '--parent' ]] || [[ "$1" == '--embed' ]] || [[ "$1" == '--compressed' ]] || [[ "$0" == "/bin/bash" ]] || [[ "$0" == "-bash" ]] || [[ "$0" == "/usr/bin/bash" ]] || [[ "$0" == "bash" ]] ) && export ub_setScriptChecksum_disable='true' export ub_setScriptChecksum_header='2591634041' -export ub_setScriptChecksum_contents='3610733316' +export ub_setScriptChecksum_contents='3286365715' # CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary. # WARNING: Performance may be crucial here. @@ -46605,7 +46605,7 @@ _gitMad_neighbors_procedure() { cd "$functionEntryPWD" } _gitMad_neighbors() { - "$scriptAbsoluteLocation _gitMad_neighbors "$@"" + "$scriptAbsoluteLocation" _gitMad_neighbors_procedure "$@" }