aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 3aa963d4..b10c86af 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -1,8 +1,5 @@
# Give up completely if no BASH_VERSINFO (<2.0)
-if [ -z "$BASH_VERSINFO" ] ; then
- printf \
- '%s: %s is too old to work with this configuration.\n' \
- "${BASH##*/}" "$BASH_VERSION" >&2
+if ! [ "$BASH_VERSINFO" ] ; then
return
fi