lmi-commits
[Top][All Lists]
Advanced

[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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]