Use source
instead of dot notation
This commit is contained in:
parent
d4fa8f2ebd
commit
2ca85d797b
5 changed files with 6 additions and 6 deletions
scripts/Common/Scripts
|
@ -1,5 +1,5 @@
|
|||
#!/bin/env fish
|
||||
function getConfig -S -a property
|
||||
. "$(status dirname)/eval-module.fish"
|
||||
source "$(status dirname)/eval-module.fish"
|
||||
evalModule "$CONFIG_MODULE" "$property" $argv[2..]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue