gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: remove reserved word ‘function’


From: gnunet
Subject: [taler-exchange] branch master updated: remove reserved word ‘function’
Date: Sat, 10 Sep 2022 02:23:51 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new aea3c602 remove reserved word ‘function’
aea3c602 is described below

commit aea3c6027b4f05ba7585a0af4fe21715eebafee8
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Sep 9 20:23:21 2022 -0400

    remove reserved word ‘function’
    
    This is a bashism; the definition works fine w/o it.
---
 src/auditor/test-sync.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/test-sync.sh b/src/auditor/test-sync.sh
index e0299f63..b40f1155 100755
--- a/src/auditor/test-sync.sh
+++ b/src/auditor/test-sync.sh
@@ -3,13 +3,13 @@
 set -eu
 
 # Exit, with status code "skip" (no 'real' failure)
-function exit_skip() {
+exit_skip() {
     echo $1
     exit 77
 }
 
 # Exit, with error message (hard failure)
-function exit_fail() {
+exit_fail() {
     echo $1
     exit 1
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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