diff options
Diffstat (limited to 'src/feed')
-rwxr-xr-x | src/feed | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ GLOBALCONF="${1:-}" FILENAME="${2:-}" eval "$(assert-arg -- "$GLOBALCONF" 'GLOBALCONF')" eval "$(assert-arg -- "$FILENAME" 'SORTDATA')" -. "$(realpath -- "$GLOBALCONF")" +. ./"$GLOBALCONF" shift |