Skip to content

Commit

Permalink
Correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage335 committed Dec 30, 2024
1 parent b2d5a99 commit 698cfc5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _prog/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _gitMad_neighbors_procedure() {
cd "$functionEntryPWD"
}
_gitMad_neighbors() {
"$scriptAbsoluteLocation _gitMad_neighbors "$@""
"$scriptAbsoluteLocation" _gitMad_neighbors_procedure "$@"
}


Expand Down
4 changes: 2 additions & 2 deletions extendedInterface-lean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -14663,7 +14663,7 @@ _gitMad_neighbors_procedure() {
cd "$functionEntryPWD"
}
_gitMad_neighbors() {
"$scriptAbsoluteLocation _gitMad_neighbors "$@""
"$scriptAbsoluteLocation" _gitMad_neighbors_procedure "$@"
}


Expand Down
2 changes: 1 addition & 1 deletion extendedInterface.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6382,7 +6382,7 @@ _gitMad_neighbors_procedure() {
cd "$functionEntryPWD"
}
_gitMad_neighbors() {
"$scriptAbsoluteLocation _gitMad_neighbors "$@""
"$scriptAbsoluteLocation" _gitMad_neighbors_procedure "$@"
}


Expand Down
4 changes: 2 additions & 2 deletions ubiquitous_bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -46605,7 +46605,7 @@ _gitMad_neighbors_procedure() {
cd "$functionEntryPWD"
}
_gitMad_neighbors() {
"$scriptAbsoluteLocation _gitMad_neighbors "$@""
"$scriptAbsoluteLocation" _gitMad_neighbors_procedure "$@"
}


Expand Down

0 comments on commit 698cfc5

Please sign in to comment.