]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - bash_completion
audioc: Use file_exists().
[paraslash.git] / bash_completion
index d35247eb7d47d4d739a61973949f8c564d67bb2f..c8236f80cf589dacce0874251d477aeab23cd5a7 100644 (file)
@@ -1,8 +1,5 @@
-# Copyright (C) 2007-2013 Andre Noll <maan@systemlinux.org>
-#
-# Licensed under the GPL v2. For licencing details see COPYING.
-
-_para_complete()
+# Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING.
+para_complete()
 {
        local prg="$1" # the program to execute
        local cur=${COMP_WORDS[$COMP_CWORD]}