diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-04-25 10:58:04 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-04-25 10:58:04 +0200 | 
| commit | c9a896f680e14d6992d3fb0c2c46a7b6ad2a7311 (patch) | |
| tree | eeff2b61bb25eaef769f3d35c50a524cf6ec0d72 /bin/hashl | |
| parent | fb4c9ae14b7229e11c8afc478565de4beed89efe (diff) | |
hashl: Remove deleted files from DB in update run
Diffstat (limited to 'bin/hashl')
| -rwxr-xr-x | bin/hashl | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -385,6 +385,7 @@ sub cmd_list_ignored {  }  sub cmd_update { +	drop_deleted();  	prepare_db_run();  	$find_ref = \&db_update;  	$find_db_write = 1;  | 
