Glen Mazza created ROL-1951:
-------------------------------
Summary: switch from pushd/popd to cd in Roller build shell scripts
Key: ROL-1951
URL: https://issues.apache.org/jira/browse/ROL-1951
Project: Roller
Issue Type: Improvement
Reporter: Glen Mazza
Assignee: Roller Unassigned
Priority: Minor
Attachments: buildScripts.patch
Ubuntu Linux cannot handle the pushd/popd commands in the three build-{servlet
container}-release.sh scripts kept in the Roller trunk folder, because it uses
the dash instead of the usual bash shell and the former doesn't have those
commands (https://jira.secondlife.com/browse/OPEN-82?,
https://wiki.ubuntu.com/DashAsBinSh). While there are workarounds
(http://rystraum.com/blog/2010/05/ubuntu-workarounds-fixes-1-of-many/) it takes
a while for people to google and figure out the solution. I've noticed that
using "cd" works OOTB with both bash and dash shells so think it would be good
to just switch to that command instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira