]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- use mawk, some regexp are different how gawk understands
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Oct 2010 11:14:38 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldnotify.awk -> 1.96

pldnotify.awk

index 9085c6f8f04d2b9ae20479945f63f2e9be8a503f..628747f5d0bed633cf00be4e7e4b4e8f3f34f0c3 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/gawk -f
+#!/bin/awk -f
 # $Revision$, $Date$
 #
 # Copyright (C) 2000-2010 PLD-Team <feedback@pld-linux.org>
@@ -22,8 +22,8 @@ function d(s) {
                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) {
This page took 0.036613 seconds and 4 git commands to generate.