From 42f8f4d986e9b11f9b6a0cdadaaecd24107a75f0 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Wed, 21 Nov 2001 01:13:09 +0000 Subject: [PATCH] Remove a quota check which was put in the wrong spot. Stuffed up when reconciling from IRIX code. --- common.dump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.dump b/common.dump index 3962c30d..cca9dba9 100644 --- a/common.dump +++ b/common.dump @@ -1061,7 +1061,7 @@ _ls_nodate_compare_sub() _diff_compare_sub() { echo "Comparing dump directory with restore directory" - diff -rs $dump_dir $restore_dir/$dump_sdir | _dir_filter | _check_quota_diff + diff -rs $dump_dir $restore_dir/$dump_sdir | _dir_filter } _get_eas_on_path() -- 2.30.2