Imported Debian patch 0.4b40-1
[debian/dump] / debian / config
index 448965653a3394bcd52ca3d565d7eeeb1349cb66..1d8f82e7b7ed493ccb787aae13244eb22d934d0d 100644 (file)
@@ -13,7 +13,7 @@ if [ -L /etc/dumpdates ]; then
     db_go
 fi
 
-if [ -f /etc/dumpdates -a ! -f /var/lib/dumpdates ]; then
+if [ -f /etc/dumpdates ] && [ -f /var/lib/dumpdates ]; then
     # moving from etc to var
     db_input medium dump/moving_from_etc_to_var || true
     db_go