diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 1530023bc1f..ea69e67a10b 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -475,6 +475,7 @@ sub action_update { # this way we get rid of useless files # force the deinstallation since we will reinstall it if ($opt_rollback) { + $opt_rollback = abs_path($opt_rollback); if (! -d $opt_rollback) { printf STDERR "rollback argument must be an existing directory!\n"; } else { |