summaryrefslogtreecommitdiff
path: root/etc/rc.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.in')
-rw-r--r--etc/rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.in b/etc/rc.in
index a58ff1e..864bd1b 100644
--- a/etc/rc.in
+++ b/etc/rc.in
@@ -4,7 +4,7 @@
# If $TERM is not set then assume default of @TERM@
# This gives us a nice colour boot :)
-[ -z "$TERM" -o "$TERM" = "dumb" ] && export TERM="@TERM@"
+[ -z "$TERM" -o "$TERM" = "dumb" ] && TERM="@TERM@" && export TERM
# Handle interrupts
trap : SIGINT