Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jun 2018 09:27:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227109] Mk/Scripts, cleanup using devel/hs-ShellCheck
Message-ID:  <bug-227109-7788-mjmSkVIY5s@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227109-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227109-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227109

--- Comment #26 from commit-hook@freebsd.org ---
A commit references this bug:

Author: mat
Date: Fri Jun  8 09:26:42 UTC 2018
New revision: 471994
URL: https://svnweb.freebsd.org/changeset/ports/471994

Log:
  SC1004: This backslash+linefeed is literal. Break outside single quotes if
you just want to break the line.

  You have a single quoted string containing a backslash followed by a
  linefeed (newline). Unlike double quotes or unquoted strings, this has
  no special meaning. The string will contain a literal backslash and a
  linefeed.

  If you wanted to break the line but not add a linefeed to the string,
  stop the single quote, break the line, and reopen it.

  PR:             227109
  Submitted by:   mat
  Sponsored by:   Absolight

Changes:
  head/Mk/Scripts/qa.sh
  head/Mk/Scripts/smart_makepatch.sh

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227109-7788-mjmSkVIY5s>