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

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

[elpa] externals/ess e49c85f9f2 1/3: no space in -i.orig !


From: ELPA Syncer
Subject: [elpa] externals/ess e49c85f9f2 1/3: no space in -i.orig !
Date: Thu, 16 May 2024 06:58:01 -0400 (EDT)

branch: externals/ess
commit e49c85f9f2f2520f1d2d7cf773a8bf4effb43460
Author: Martin Maechler <maechler@r-project.org>
Commit: Martin Maechler <maechler@r-project.org>

    no space in -i.orig !
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 684cae2de4..ccbee4e1e1 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@ version: VERSION
        @echo $(shell $(EMACS) --version | sed -n 1p)
        @echo ESS $(ESSVERSION)
        @echo ESSR $(ESSR-VERSION)
-       @sed -i .orig "s/\"VERSION\"/\"$(ESSVERSION)\"/" lisp/ess-custom.el
+       @sed -i.orig "s/\"VERSION\"/\"$(ESSVERSION)\"/" lisp/ess-custom.el
        @echo "*********************************************************"
-## FreeBSD sed -i requires a file extension
+## "-i.orig": FreeBSD sed -i requires a file extension; 
 ## GNU sed -i does not require, but allows one
 
 .PHONY: lisp



reply via email to

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