summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 39a32bfeecc..4b168bd22b9 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -204,6 +204,9 @@ if ($opt_gui eq "") {
# the --gui option was given with an empty argument, set it to perltk
$opt_gui = "perltk";
}
+if ($opt_gui eq "expert") {
+ $opt_gui = "perltk";
+}
if (win32()) {
pod2usage(-exitstatus => 0,