summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index c18a6ccc352..c90344cb6a4 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -969,8 +969,8 @@ sub menu_select_symlink {
$vars{'tlpdbopt_sys_info'} = $linfo;
$vars{'tlpdbopt_sys_man'} = $lman;
}
- $vars{'instopt_adjustpath'} = $osym;
- toggle_and_set_opt_variable(\$vars{'instopt_adjustpath'}, \$pathadjyesno);
+ toggle_and_set_opt_variable(\$vars{'instopt_adjustpath'}, \$osym);
+ $pathadjyesno = $osym;
}
my $sw = $mainwindow->Toplevel(
-title => __('Create symlinks in system directories'));