ci addHeader.pl

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@474 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 6ea2cfece6
commit 021b54977d
  1. 3
      jode/ci.all

@ -1,5 +1,6 @@
#!/bin/sh
for i in ci.all jcpp make* COPYING TODO *.html doc/*.texi *.java */*.java test/*.j
for i in ci.all jcpp addHeader.pl make* COPYING TODO *.html doc/*.texi \
*.java */*.java test/*.j
do
if test -w $i; then
if [ $i != ${i%.java} ]; then

Loading…
Cancel
Save