aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/path.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-10-31 09:09:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-10-31 09:09:54 +1300
commitadcae4feea0319c76131c94888b2a0be2a970476 (patch)
tree316f758643f8f6eaec2aef8e4433d3a42ef22a0d /bash/bash_completion.d/path.bash
parentMerge branch 'release/v1.71.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-a4e442026592d1bc26082deaef7f2f4ffea0b9d2.tar.gz (sig)
dotfiles-a4e442026592d1bc26082deaef7f2f4ffea0b9d2.zip
Merge branch 'hotfix/v1.71.1'v1.71.1
* hotfix/v1.71.1: Bump VERSION Add missing ;; terminators
Diffstat (limited to 'bash/bash_completion.d/path.bash')
-rw-r--r--bash/bash_completion.d/path.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bash_completion.d/path.bash b/bash/bash_completion.d/path.bash
index 21180b1a..53d0c84d 100644
--- a/bash/bash_completion.d/path.bash
+++ b/bash/bash_completion.d/path.bash
@@ -37,6 +37,7 @@ _path() {
break
;;
esac
+ ;;
esac
done < <(bind -v)