[Gvsig_english] Run failure on Solaris

Dave Welch dwelch at urthecast.com
Thu Aug 6 20:33:21 CEST 2015


Hi,

I recently encountered this on a new build of gvSIG.  Maven calls the ‘local’ shell builtin for bash but not required for sh.  For most Linux flavors, no problem if the script’s shebang is /bin/sh – they resolve to bash or similar.  Solaris, on the other hand, resolves to ksh93 so running:

$ ./target/product/gvSIG.sh

fails. The solution is simple, just call bash:

$ bash target/product/gvSIG.sh

See https://issues.apache.org/jira/browse/MNG-5852 for more details.

Cheers!
______________________________________________
Dave Welch Software Engineer
URTHECAST

314.227.0370 | Office
314.288.0532 l  Direct
314.585.7422  l  Mobile

111 West Port Plaza Suite 300  l  St. Louis, MO l USA l 63146

urthecast.com<http://www.urthecast.com/>  l  Connect @urthecast<https://twitter.com/urthecast>

This e-mail and any attachments are for the use of the intended recipient(s) and may contain legally privileged, proprietary and/or confidential information.
Any use or disclosure of this e-mail (including attachments) for any purpose other than those specifically authorized is prohibited.
If you are not the intended recipient, please immediately notify the sender and permanently delete all copies.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserv.gva.es/pipermail/gvsig_internacional/attachments/20150806/83d39c6f/attachment.htm 


More information about the Gvsig_internacional mailing list