groff-commit
[Top][All Lists]
Advanced

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

[groff] 44/45: Remove bashism from contrib/gdiffmk test script


From: Bertrand Garrigues
Subject: [groff] 44/45: Remove bashism from contrib/gdiffmk test script
Date: Tue, 11 Nov 2014 21:26:05 +0000

bgarrigues pushed a commit to branch automake3
in repository groff.

commit 97b96948a177d3f08e79ae31bc0afb961382a3ae
Author: Bertrand Garrigues <address@hidden>
Date:   Tue Sep 23 00:06:03 2014 +0200

    Remove bashism from contrib/gdiffmk test script
---
 contrib/gdiffmk/tests/runtests.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/gdiffmk/tests/runtests.sh 
b/contrib/gdiffmk/tests/runtests.sh
index e41cffe..9fbad83 100755
--- a/contrib/gdiffmk/tests/runtests.sh
+++ b/contrib/gdiffmk/tests/runtests.sh
@@ -47,7 +47,7 @@ run   Run the tests.
        ;;
 esac
 
-function TestResult {
+TestResult () {
        if cmp -s $1 $2
        then
                echo $2 PASSED



reply via email to

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