diff options
author | Norbert Preining <preining@logic.at> | 2008-05-11 12:26:28 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-11 12:26:28 +0000 |
commit | 34b05649a2541b1280a08dbf66bc7e622437e667 (patch) | |
tree | 0034311d193ab7c3bbb14431cde633cc0ee38aa7 /Master/texmf | |
parent | 55bcd971a7ede7a15ee00e17781e3ac0e8bf1cff (diff) |
be sure that the rollback dir can be relative
git-svn-id: svn://tug.org/texlive/trunk@8057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-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 { |