diff options
Diffstat (limited to 'etc.BSD/rc.in')
-rw-r--r-- | etc.BSD/rc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc.BSD/rc.in b/etc.BSD/rc.in index 935cf656..c7d343c5 100644 --- a/etc.BSD/rc.in +++ b/etc.BSD/rc.in @@ -2,7 +2,7 @@ # Copyright 2007-2008 Roy Marples # All rights reserved -# If $TERM is not set then assume default of cons25 +# 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@" |