lib/Tools/keywords
changeset 24879 48e2168b0ea9
parent 24875 8e6ca75bf5aa
child 24885 0fc7ba713a27
--- a/lib/Tools/keywords	Sat Oct 06 22:07:16 2007 +0200
+++ b/lib/Tools/keywords	Sat Oct 06 22:07:17 2007 +0200
@@ -60,7 +60,7 @@
 for LOG in $LOGS
 do
   NAME="$(basename "$LOG" .gz)"
-  if [ "$NAME" != PG -a "$NAME" != Pure ]; then
+  if [ "$NAME" != Pure -a "$NAME" != Pure-ProofGeneral ]; then
     if [ -z "$SESSIONS" ]; then
       SESSIONS="$NAME"
     else