diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nar-herder.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index fafcf9f..515b98a 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -611,4 +611,5 @@ (lambda (port) (simple-format port "~A\n" (getpid)))))) - (run-nar-herder-service opts lgr)))) + (with-fluids ((%file-port-name-canonicalization 'none)) + (run-nar-herder-service opts lgr))))) |