Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 08:21:29 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326729 - head
Message-ID:  <201712090821.vB98LTx4009866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Dec  9 08:21:29 2017
New Revision: 326729
URL: https://svnweb.freebsd.org/changeset/base/326729

Log:
  arc lint: Explain linting explain
  
  shell scripts in scripts don't need
  to be chmod +x to work. In fact most are not.
  Of the tests I found from a simple search:
  65 are chmod +x
  84 are chmod -x
  
  simply disable the check for test shell scripts.

Modified:
  head/.arclint

Modified: head/.arclint
==============================================================================
--- head/.arclint	Sat Dec  9 07:44:00 2017	(r326728)
+++ head/.arclint	Sat Dec  9 08:21:29 2017	(r326729)
@@ -24,3 +24,4 @@
     }
   }
 }
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090821.vB98LTx4009866>