Author: glen Date: Tue Oct 5 11:14:43 2010 GMT Module: packages Tag: HEAD ---- Log message: - use mawk, some regexp are different how gawk understands
---- Files affected: packages: pldnotify.awk (1.95 -> 1.96) ---- Diffs: ================================================================ Index: packages/pldnotify.awk diff -u packages/pldnotify.awk:1.95 packages/pldnotify.awk:1.96 --- packages/pldnotify.awk:1.95 Tue Oct 5 13:09:50 2010 +++ packages/pldnotify.awk Tue Oct 5 13:14:38 2010 @@ -1,4 +1,4 @@ -#!/usr/bin/gawk -f +#!/bin/awk -f # $Revision$, $Date$ # # Copyright (C) 2000-2010 PLD-Team <[email protected]> @@ -22,8 +22,8 @@ return } - print strftime("%Y-%m-%d %H:%M:%S ") s >> "/dev/stderr" -# print s >> "/dev/stderr" +# print strftime("%Y-%m-%d %H:%M:%S ") s >> "/dev/stderr" + print s >> "/dev/stderr" } function fixedsub(s1,s2,t, ind) { ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pldnotify.awk?r1=1.95&r2=1.96&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
