c'etatit moi :-(
This commit is contained in:
parent
6c9eb55541
commit
4ad532147e
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# Author : Olivier SIROL
|
||||
# Date : April 1997
|
||||
# $Id: updatelibmk,v 1.2 1999/08/27 17:31:58 czo Exp $
|
||||
# $Id: updatelibmk,v 1.3 1999/09/21 15:01:54 czo Exp $
|
||||
|
||||
# DO_UPDATE: 0 chk only, 1 write file, 2 print stdout
|
||||
|
||||
|
@ -177,11 +177,11 @@ close (MAFONC);
|
|||
next;
|
||||
}
|
||||
|
||||
# si ALLIANCE ou TARGET on laisse tomber
|
||||
# si ALLIANCE ou TARGET print, on laisse tomber
|
||||
|
||||
/^[ \t]*ALLIANCE_/ {next}
|
||||
/^[ \t]*ALLIANCE_/ {print ; next}
|
||||
|
||||
/^[ \t]*TARGET_/ {next}
|
||||
/^[ \t]*TARGET_/ {print ; next}
|
||||
|
||||
# si macro, ca nous interresse
|
||||
/=/ {
|
||||
|
|
Loading…
Reference in New Issue