GNU bug report logs - #61366
[PATCH] ; Add usage, will not continue if no parameters are provided.

Previous Next

Package: emacs;

Reported by: Xi Lu <lx <at> shellcodes.org>

Date: Wed, 8 Feb 2023 10:02:02 UTC

Severity: normal

Tags: patch

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Xi Lu <lx <at> shellcodes.org>
Subject: bug#61366: closed (Re: bug#61366: [PATCH] ; Add usage, will not
 continue if no parameters are provided.)
Date: Fri, 01 Sep 2023 19:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61366: [PATCH] ; Add usage, will not continue if no parameters are provided.

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61366 <at> debbugs.gnu.org.

-- 
61366: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61366
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Kangas <stefankangas <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: lx <at> shellcodes.org, casouri <at> gmail.com, 61366-done <at> debbugs.gnu.org
Subject: Re: bug#61366: [PATCH] ; Add usage, will not continue if no
 parameters are provided.
Date: Fri, 1 Sep 2023 21:51:01 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> > Cc: 61366 <at> debbugs.gnu.org, casouri <at> gmail.com
> > Date: Sun, 19 Mar 2023 08:05:46 +0200
> > From: Eli Zaretskii <eliz <at> gnu.org>
> >
> > > Hi, Yuan Fu, Can you help to look this issue?
> >
> > I don't see a point, as I'm going to delete these scripts very soon.
>
> Now done.

This bug was left open by accident, so I'm closing it now.

[Message part 3 (message/rfc822, inline)]
From: Xi Lu <lx <at> shellcodes.org>
To: bug-gnu-emacs <at> gnu.org
Cc: Xi Lu <lx <at> shellcodes.org>
Subject: [PATCH] ; Add usage, will not continue if no parameters are provided.
Date: Wed,  8 Feb 2023 18:00:49 +0800
---
 admin/notes/tree-sitter/build-module/build.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/admin/notes/tree-sitter/build-module/build.sh b/admin/notes/tree-sitter/build-module/build.sh
index 9dc674237ca..08a71c1dde1 100755
--- a/admin/notes/tree-sitter/build-module/build.sh
+++ b/admin/notes/tree-sitter/build-module/build.sh
@@ -3,6 +3,12 @@
 lang=$1
 topdir="$PWD"
 
+if [ $# -lt 1 ]
+then
+    echo "Usage: $0 <language>"
+    exit
+fi
+
 case $(uname) in
     "Darwin")
         soext="dylib"
-- 
2.39.1




This bug report was last modified 1 year and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.