]> arthur.barton.de Git - ConfigScripts.git/commitdiff
sys/bashrc: Fix comment
authorAlexander Barton <alex@barton.de>
Fri, 22 Nov 2013 14:41:26 +0000 (15:41 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 22 Nov 2013 14:41:26 +0000 (15:41 +0100)
sys/bashrc

index 4bd59a12a5daa44ed8a2ce4226ae5becc15ad676..c19746b1ffcea0a2b48215e07c49f31fe3d28851 100644 (file)
@@ -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; ;;
        *)