Use source instead of dot notation

This commit is contained in:
Manuel Thalmann 2024-07-09 04:00:26 +02:00
parent d4fa8f2ebd
commit 2ca85d797b
5 changed files with 6 additions and 6 deletions
scripts/Common/Scripts

View file

@ -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