emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/hyperbole 063f382f78: Rework sed command, avoid the tra


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 063f382f78: Rework sed command, avoid the traling quotation mark (#342)
Date: Fri, 23 Jun 2023 18:59:02 -0400 (EDT)

branch: externals/hyperbole
commit 063f382f7868e21b0fc866c1b6af8abf1e8c1eef
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Rework sed command, avoid the traling quotation mark (#342)
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 6d881daee6..9f4dad8e4c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:     13-May-23 at 14:57:28 by Bob Weiner
+# Last-Mod:     22-Jun-23 at 19:23:14 by Mats Lidell
 #
 # Copyright (C) 1994-2023  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
@@ -304,9 +304,9 @@ bin: src
        $(RM) *.elc kotl/*.elc
        $(EMACS_BATCH) -f batch-byte-compile $(EL_KOTL) $(EL_COMPILE)
 
-# Create -l "file.el" load-file command-line args for each Hyperbole .el file 
for use in
+# Create -l file.el load-file command-line args for each Hyperbole .el file 
for use in
 # eln native compile target below.
-LOAD_EL = $(shell echo "$(EL_KOTL) $(EL_COMPILE)" | sed - -e 's+ +" -l "./+g' 
-e 's+^+-l "+')"
+LOAD_EL = $(shell echo "$(EL_KOTL) $(EL_COMPILE)" | sed -e 's+^+./+' -e 's+ + 
-l ./+g' -e 's+^+-l +')
 
 load-hyperbole:
        $(EMACS_BATCH) \



reply via email to

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