wok-6.x diff asterisk/stuff/extract-cfile.awk @ rev 12258

Up: slitaz-configs (1.9.2) Fix web homepage
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 19:34:28 2012 +0200 (2012-04-10)
parents bae11341973a
children
line diff
     1.1 --- a/asterisk/stuff/extract-cfile.awk	Mon Aug 29 18:16:24 2011 +0200
     1.2 +++ b/asterisk/stuff/extract-cfile.awk	Tue Apr 10 19:34:28 2012 +0200
     1.3 @@ -15,11 +15,10 @@
     1.4        close(srcname);
     1.5        exit;}
     1.6      else
     1.7 -      print $0 &gt;&gt; srcname;
     1.8 +      print $0 >> srcname;
     1.9    }
    1.10  }
    1.11  END {
    1.12    printf("ending file %s\n", srcname);
    1.13    close(srcname);
    1.14  }
    1.15 -</pre></div></body></html>
    1.16 \ No newline at end of file