]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - bash_completion
Merge branch 't/generic_match_count'
[paraslash.git] / bash_completion
index 1ab6205a6ef22306ad46698f8c57269d59f74d7c..a9947b74edfe12d79cb6f619142e0da4a67a0253 100644 (file)
@@ -40,7 +40,7 @@ __para_complete_command()
 __para_complete_table()
 {
        if test -z "$__para_table_list"; then
-               __para_table_list="$(ls $HOME/.paraslash/afs_database/)"
+               __para_table_list="$(ls $HOME/.paraslash/afs_database-0.4/)"
        fi
        echo "$__para_table_list"
 }