summaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf')
-rwxr-xr-xsrc/conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf b/src/conf
index b423e23..fcc1466 100755
--- a/src/conf
+++ b/src/conf
@@ -49,7 +49,7 @@ dateiso() {
CONF="${1:-}"
FILENAME="${2:-}"
eval "$(assert-arg -- "$CONF" 'CONF')"
-. "$(realpath -- "$CONF")"
+. ./"$CONF"
needs "${url_pre:-}" 'Missing required $url_pre (e.g. https://example.com)'