summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 8bb09cc162a..0e52e611a97 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -326,7 +326,7 @@ $::debug_translation = 0;
#
# set up signal handlers to catch SIGINT and SIGTERM
-$SIG{INT} = &signal_handler;
+$SIG{'INT'} = \&signal_handler;
# not necessary AFA we know
# $SIG{TERM} = &signal_handler;