[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master f4cb231 08/18: Remove space after '#!'
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master f4cb231 08/18: Remove space after '#!' |
Date: |
Wed, 29 May 2019 18:49:08 -0400 (EDT) |
branch: master
commit f4cb23162fb88e79582351cec06cc4d0919ba9a2
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Remove space after '#!'
That's just a superstition.
---
text_to_html_strings.sed | 2 +-
text_to_strings.sed | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/text_to_html_strings.sed b/text_to_html_strings.sed
index 47c7db3..a31506b 100755
--- a/text_to_html_strings.sed
+++ b/text_to_html_strings.sed
@@ -1,4 +1,4 @@
-#! /bin/sed -f
+#!/bin/sed -f
# Transform flat text to html represented as C strings.
# Motivating example:
diff --git a/text_to_strings.sed b/text_to_strings.sed
index 08a0c5b..23a7a55 100755
--- a/text_to_strings.sed
+++ b/text_to_strings.sed
@@ -1,4 +1,4 @@
-#! /bin/sed -f
+#!/bin/sed -f
# Transform flat text to C strings.
# Motivating example:
- [lmi-commits] [lmi] master 66fe46b 03/18: Resolve more shellcheck "SC1117" warnings, (continued)
- [lmi-commits] [lmi] master 66fe46b 03/18: Resolve more shellcheck "SC1117" warnings, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master a4ee62f 07/18: Suppress certain shellcheck warnings, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master b25a732 06/18: Resolve all shellcheck "SC2038" warnings, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master d52c37f 09/18: Resolve a shellcheck "SC2034" warning, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master ee293d1 10/18: Update certain URLs, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 19c0946 13/18: Copy compiler runtime files in one makefile target only, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 3873eb0 15/18: Fix defect committed 20190521T2101: tested 'md5sums' in wrong directory, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master c40f2f8 14/18: Routinely run shellcheck, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master aebe56b 17/18: Don't copy compiler runtime files to build directory, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 9b9978f 16/18: Avoid 'ls --classify', Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master f4cb231 08/18: Remove space after '#!',
Greg Chicares <=
- [lmi-commits] [lmi] master aa29114 12/18: Improve command to copy compiler runtime files, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master f760e3d 11/18: Fix defect introduced 20190426T2304Z: wrong variable used, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master b30b5db 18/18: Make 'custom_tools' when rebuilding from scratch, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 23ef51a 05/18: Resolve a shellcheck "SC2166" warning, Greg Chicares, 2019/05/29