From: Andre Noll Date: Sat, 27 Aug 2011 14:25:01 +0000 (+0200) Subject: bash_completion: Update database name. X-Git-Tag: v0.4.9~35 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e93319ff187b861eea4f1068b143d51dfe6315e9;ds=sidebyside bash_completion: Update database name. Oops, this should have been done in v0.4.0.. --- 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" }