Author: cazfi
Date: Thu Jan 21 11:20:09 2016
New Revision: 31522

URL: http://svn.gna.org/viewcvs/freeciv?rev=31522&view=rev
Log:
Updated header_guard test to know that spec*.h files are under utility/

See bug #24322

Modified:
    branches/S2_5/tests/header_guard.sh

Modified: branches/S2_5/tests/header_guard.sh
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/tests/header_guard.sh?rev=31522&r1=31521&r2=31522&view=diff
==============================================================================
--- branches/S2_5/tests/header_guard.sh (original)
+++ branches/S2_5/tests/header_guard.sh Thu Jan 21 11:20:09 2016
@@ -3,7 +3,7 @@
 files=`find $1 -name "*.h" \
        | sort \
        | grep -v intl \
-       | grep -v common/spec \
+       | grep -v utility/spec \
        | grep -v "Freeciv\.h" \
        | grep -v \./common/packets_gen\.h \
        | grep -v tolua_.*_gen\.h \
@@ -27,4 +27,4 @@
      || (grep ifndef $file >/dev/null \
          && grep ifndef $file /dev/null | head -n1)
 done
-echo
+echo


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to