bash_completion: Fix typo.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 24 Sep 2017 19:25:04 +0000 (21:25 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 24 Sep 2017 19:25:04 +0000 (21:25 +0200)
The underscore was dropped by mistake recently in commit d31995b3
(Shorten copyright notice).

bash_completion

index c8236f80cf589dacce0874251d477aeab23cd5a7..4b1a4be55508d70f4f34a170327967d067ba24ef 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING.
-para_complete()
+_para_complete()
 {
        local prg="$1" # the program to execute
        local cur=${COMP_WORDS[$COMP_CWORD]}