Good, so the command line is fine.

Next question is what happens if the source
filenames were in uppercase, plus whether the
patch command works after above conversion.

Can you test this process?

s...@siki:~/clipp/harbour/source/debug/test_src$ ls
DBUCOPY.PRG  DBU.HLP      DBUNET.PRG  DBUSTRU.PRG  DBUVIEW.PRG
DBUEDIT.PRG DBUINDX.PRG DBU.PRG DBUUTIL.PRG DBUHELP.PRG DBU.LNK DBU.RMK DBUVIEW.BAK s...@siki:~/clipp/harbour/source/debug/test_src$ hbformat - lFCaseLow=yes -nEol=0 -lIndent=no -lCase=no -lSpaces=no *.prg
Reformatting ./DBUHELP.PRG
<................................................>
Reformatting ./DBUINDX.PRG
<.............................................>
Reformatting ./DBUSTRU.PRG
<.........................................>
Reformatting ./DBUVIEW.PRG
<.........................................>
Reformatting ./DBUUTIL.PRG
<.........................................>
Reformatting ./DBUCOPY.PRG
<.........................................>
Reformatting ./DBU.PRG
<.........................................>
Reformatting ./DBUEDIT.PRG
<.........................................>
Reformatting ./DBUNET.PRG
<............................................>
s...@siki:~/clipp/harbour/source/debug/test_src$ ls
DBU.bak dbuedit.prg DBUINDX.bak dbunet.prg dbustru.prg DBUVIEW.BAK DBUCOPY.bak DBUHELP.bak dbuindx.prg dbu.prg DBUUTIL.bak dbuview.prg
dbucopy.prg  dbuhelp.prg  DBU.LNK      DBU.RMK      dbuutil.prg
DBUEDIT.bak  DBU.HLP      DBUNET.bak   DBUSTRU.bak  DBUVIEW.bak
s...@siki:~/clipp/harbour/source/debug/test_src$

Thanks. This looks fine to me, hbformat left the
uppercased names as .bak files.

What I don't understand is how hbformat found the *.PRG
extension where we looked for *.prg one. Anyway current
behavior is very good for us, since it accept extension
regardless of the case.

Can you test the 'patch -N -i dbu52.dif' (or dif53.dif)
command, if it finished successfully?

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to