summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-07 21:41:20 +0000
committerKarl Berry <karl@freefriends.org>2020-03-07 21:41:20 +0000
commit7b9a3c3c08225a031c194bf3a19193932c16531f (patch)
tree5e7e0bcbd47c1490418824677e28464b10696b6d /Master/texmf-dist/source/support
parent7e988d1085363ef3553c0c6abe02f8a7bdd2e472 (diff)
arara (7mar20)
git-svn-id: svn://tug.org/texlive/trunk@54161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
-rw-r--r--Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt b/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt
index 31a92c3009d..a48a6d0d3fc 100644
--- a/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt
+++ b/Master/texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt
@@ -87,7 +87,7 @@ object ConfigurationUtils {
var path = Arara::class.java.protectionDomain.codeSource
.location.path
path = URLDecoder.decode(path, "UTF-8")
- return Paths.get(path).parent.toAbsolutePath()
+ return Paths.get(File(path).toURI()).parent.toAbsolutePath()
} catch (exception: UnsupportedEncodingException) {
throw AraraException(
messages.getMessage(