Make quota a suggested package at someones request (john@yahoo?) and fix

up some whitespacing in QA check script.
This commit is contained in:
Nathan Scott
2002-11-25 01:03:01 +00:00
parent b53d1fb40e
commit 27d11d5200
+1 -1
View File
@@ -238,7 +238,7 @@ do
if [ -f $seq.notrun ]
then
$timestamp || echo -n " [not run] "
$timestamp && echo " [not run]" && echo -n " $seq -- "
$timestamp && echo " [not run]" && echo -n " $seq -- "
cat $seq.notrun
notrun="$notrun $seq"
else