aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 3a49fcf6..208f8b70 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -1,5 +1,8 @@
# 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
return
fi