X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=bash_completion;h=a9947b74edfe12d79cb6f619142e0da4a67a0253;hp=1ab6205a6ef22306ad46698f8c57269d59f74d7c;hb=4867d9a4948aadde4dd59436e1c5fb0fc141ba89;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/bash_completion b/bash_completion index 1ab6205a..a9947b74 100644 --- a/bash_completion +++ b/bash_completion @@ -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" }