bgarrigues pushed a commit to branch automake3
in repository groff.

commit 151b00d0213fd5066bd7eafb12f14681302b515e
Author: Bertrand Garrigues <[email protected]>
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

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to