aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bash_logout2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_logout b/bash/bash_logout
index f0985687..ae6ab015 100644
--- a/bash/bash_logout
+++ b/bash/bash_logout
@@ -2,7 +2,7 @@
if ! [ -n "$BASH_VERSINFO" ] ; then
return
elif ((BASH_VERSINFO[0] == 2)) && \
- ((10#${BASH_VERSINFO[1]%%[![:digit:]]*} < 4)) ; then
+ ((10#${BASH_VERSINFO[1]%%[![:digit:]]*} < 5)) ; then
return
fi