From: Alexander Barton Date: Fri, 22 Nov 2013 14:41:26 +0000 (+0100) Subject: sys/bashrc: Fix comment X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13b36e4587f7895d7d5f0acc98bf9d45b31b46e;p=ConfigScripts.git sys/bashrc: Fix comment --- diff --git a/sys/bashrc b/sys/bashrc index 4bd59a1..c19746b 100644 --- a/sys/bashrc +++ b/sys/bashrc @@ -27,7 +27,7 @@ HISTCONTROL=ignoredups # Shell prompt PS1="\u@\h:\w \$ " -# Make sure that the following commands are only run with bash >= 3.x +# Make sure that the following commands are only run with bash >= 2.x case "$BASH_VERSION" in "0."*|"1."*) return; ;; *)