OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 28-Aug-2003 15:54:37
Branch: HEAD Handle: 2003082814543700
Modified files:
openpkg-re rclint.pl
Log:
in %common there can be arbitrary code including return and exit, of
cours
Summary:
Revision Changes Path
1.18 +1 -1 openpkg-re/rclint.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/rclint.pl
============================================================================
$ cvs diff -u -r1.17 -r1.18 rclint.pl
--- openpkg-re/rclint.pl 7 Aug 2003 11:21:34 -0000 1.17
+++ openpkg-re/rclint.pl 28 Aug 2003 13:54:37 -0000 1.18
@@ -418,7 +418,7 @@
}
}
- if ($section =~ m/^%(config|info|common|status)$/) {
+ if ($section =~ m/^%(config|info|status)$/) {
# check illegal use of return/exit
$done = $outer_done; $this = ''; $todo = $outer_this;
if ( $todo =~ m/[^a-zA-Z0-9_](return|exit)\s/s ) {
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]