projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b3dd5
)
updated name for locater method
author
root
<root@megasloth.gruntose.blurgh>
Tue, 14 Jan 2025 21:56:23 +0000
(16:56 -0500)
committer
root
<root@megasloth.gruntose.blurgh>
Tue, 14 Jan 2025 21:56:23 +0000
(16:56 -0500)
scripts/core/functions.sh
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index 85a8fac8bcea56ef95ab4b4c1aa03734b615416b..4f56f70b0b14f061c431c2b1b29d14d590274743 100644
(file)
--- a/
scripts/core/functions.sh
+++ b/
scripts/core/functions.sh
@@
-136,7
+136,7
@@
if [ -z "$skip_all" ]; then
# attempts to find a script by the name passed in, as either a function or an alias.
# if the alias points directly at a script file, then that will be printed to stdout.
- function locate
_script
()
+ function locate
r
()
{
local script_name="$1"; shift
maybe_found="$(type "$script_name" | sed -n -r -e "s/^.*is aliased to .[^ ]+ (.*).$/\1/p")"