[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r317 - trunk/checks



Author: djpig
Date: 2004-07-03 00:45:02 +0200 (Sat, 03 Jul 2004)
New Revision: 317

Modified:
   trunk/checks/scripts.desc
Log:
Fix formatting of info text for possible-bashism-in-maintainer-script


Modified: trunk/checks/scripts.desc
===================================================================
--- trunk/checks/scripts.desc	2004-07-02 22:20:34 UTC (rev 316)
+++ trunk/checks/scripts.desc	2004-07-02 22:45:02 UTC (rev 317)
@@ -567,12 +567,12 @@
  to use a feature found in bash.
  .
  Examples:
- '==' in a test, it should use '=' instead
- 'read' without a variable in the argument
- 'function' to define a function
- 'source' instead of '.'
- '. command args', passing arguments to commands via 'source' is not supported
- '{foo,bar}' instead of 'foo bar'
+  '==' in a test, it should use '=' instead
+  'read' without a variable in the argument
+  'function' to define a function
+  'source' instead of '.'
+  '. command args', passing arguments to commands via 'source' is not supported
+  '{foo,bar}' instead of 'foo bar'
 
 Tag: suidregister-used-in-maintainer-script
 Type: error



Reply to: