]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - bash-prompt.sh
drop duplicate Group definition
[packages/rpm-build-tools.git] / bash-prompt.sh
index ac09c25fb286603709608a9538b49b8786fda3e5..539fbeded9a5ffae8928db04d9c835a16c6a35c5 100644 (file)
@@ -2,7 +2,7 @@
 # This code works known to work for bash
 
 # the code below requires bash 4.x, skip if earlier
-test ${BASH_VERSION%%.*} -lt 4 && return
+test ${BASH_VERSION%%.*} -lt 4 && return 1
 
 # To use it, source this file and set $PROMPT_COMMAND env var:
 # PROMPT_COMMAND=__bash_prompt_command
This page took 0.025765 seconds and 4 git commands to generate.