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.

_______________________________________________
Gvsig_internacional mailing list
Gvsig_internacional@listserv.gva.es

To see the archives, edit your preferences or unsubscribe from this mailing 
list, please access this url:

http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional

Reply via email to