bug-groff
[Top][All Lists]
Advanced

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

[bug #44768] gdiffmk(1) is not Solaris 10 /bin/sh compatible - PATCH pro


From: Michael H Bianchi
Subject: [bug #44768] gdiffmk(1) is not Solaris 10 /bin/sh compatible - PATCH provided
Date: Thu, 23 Apr 2015 18:08:22 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0 Iceweasel/37.0.1

Follow-up Comment #13, bug #44768 (project groff):

I _think_ I successfully committed the changes, but I doubt the 
result is completely Solaris 10 compatible.

ChangeLog entry ...
2015-04-13  Mike Bianchi <address@hidden>
        More fixes to Savannah bug #44768.

        * gdiffmk.sh:
                replace
                        for OPTION   with  while [ $# -gt 0 ]

                        test -e ...  with  test -f

                        use  ${DIFFCMD}  for the last  diff
                add
                        -s SEDCMD  option
                        OPTION="$1"

                many other cosmetic changes documented in the bug Discussion.
                especially:
                        capitalize variables  e.g.  CMD=`basename $0`
 
        fix  make check  tests within gdiffmk
        * tests/gdiffmk_tests.sh
                add  set -e
                        fails if ${abs_top_builddir} not set or incorrect

        * tests/runtests.sh
                add test 6a
                        # Different values for addmark, changemark,
deletemark
                        # Alternate format of -a -c and -d flag arguments

                add test 9a
                        # Test -D  and  -M  options
                        # Alternate format of -M argument.

                add printout of failure count
                add exit with failure exit_code if any test fails


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44768>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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