Closed GoogleCodeExporter closed 9 years ago
PS: changed the script to be sh instead of bash. This is a question to be
discussed of course. Sorry.
Bernhard
Original comment by sbs....@gmail.com
on 21 Sep 2010 at 1:12
Thanks for this detailed patch, Bernhard! I agree with your
first 5 points. About using a function instead of $OPEN and
$SAXON_CP direct initialization, I am a bit reluctant though, as
I'd like to be UNIX Open compliant as possible, in order to not
rely on Bash. Whilst $OPEN does not rely change anything, I am
not sure your findSaxonJar() does not use any Bash-specific
feature (and it does not really solve any issue, that's more a
cosmetics change to avoid several IF's).
So I suggest to integrate the first 74 lines of your patch :-)
What do you think?
Original comment by fgeorges
on 21 Sep 2010 at 1:53
Thanks, Florent!
Actually, I changed the script's first line from #!/bin/bash to #!/bin/sh to
ensure I'm only using bourne shell and no bash-specific features.
Of course, you're right: It's a cosmetic change. You can be sure though, it's
bourne shell compatible.
It's your call. I'm fine with whatever decision you take.
Original comment by sbs....@gmail.com
on 21 Sep 2010 at 2:19
Fixed in revision 213 (some selected pieces).
Original comment by fgeorges
on 11 Sep 2011 at 6:22
Original issue reported on code.google.com by
sbs....@gmail.com
on 21 Sep 2010 at 1:11Attachments: