aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_logout
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_logout')
-rw-r--r--bash/bash_logout6
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/bash_logout b/bash/bash_logout
index 8d703a79..d12d5802 100644
--- a/bash/bash_logout
+++ b/bash/bash_logout
@@ -1,9 +1,9 @@
# Ensure we're using at least version 2.05
if ! test -n "$BASH_VERSINFO" ; then
return
-elif ((10#${BASH_VERSINFO[0]%%[![:digit:]]*} == 2)) \
- && ((10#${BASH_VERSINFO[1]%%[![:digit:]]*} < 4)) ; then
- return
+elif ((10#${BASH_VERSINFO[0]%%[![:digit:]]*} == 2)) && \
+ ((10#${BASH_VERSINFO[1]%%[![:digit:]]*} < 4)) ; then
+ return
fi
# Clear console if possible when logging out