]> arthur.ath.cx Git - ConfigScripts.git/blobdiff - sys/bashrc
sys/bashrc: Fix comment
[ConfigScripts.git] / 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; ;;
        *)