emacs-devel
[Top][All Lists]
Advanced

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

Re: Request to distribute Casual packages on NonGNU ELPA


From: Philip Kaludercic
Subject: Re: Request to distribute Casual packages on NonGNU ELPA
Date: Fri, 27 Sep 2024 16:04:25 +0000

Philip Kaludercic <philipk@posteo.net> writes:

> Charles Choi <kickingvegas@gmail.com> writes:
>
>
> [...]
>
>> https://github.com/kickingvegas/casual-lib/
>

[...]

Another little tip in read-version.sh:

diff --git a/scripts/read-version.sh b/scripts/read-version.sh
index 95859b0..51e04a5 100755
--- a/scripts/read-version.sh
+++ b/scripts/read-version.sh
@@ -3,4 +3,4 @@
 # Copyright 2024 Charles Y. Choi
 #
 
-grep 'Version: ' $1 | awk '{print $3}'
+awk '/Version: / {print $3}' $1
ought to have the same effect.

-- 
        Philip Kaludercic on siskin

reply via email to

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