[galaxyproject/galaxy] a70ecd: Fix common_startup.sh bashisms
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: a70ecd0147bb178b90b820d4c5cac0caa86152ab https://github.com/galaxyproject/galaxy/commit/a70ecd0147bb178b90b820d4c5cac... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-01-12 (Fri, 12 Jan 2018) Changed paths: M scripts/common_startup.sh Log Message: ----------- Fix common_startup.sh bashisms Introduced in commit 45a25a1b8bd182cc6dff2926974681ef1bf4fc6f . This was causing this error on the `dev` branch on Ubuntu (which uses `dash`): ``` $ ./run.sh ./scripts/common_startup.sh: 69: [: dev: unexpected operator Activating virtualenv at .venv ... ``` instead of exiting with the "The Galaxy client build is out of date." message. Commit: 199457f23bf66fab7a1ca6cf86bbb215274d983c https://github.com/galaxyproject/galaxy/commit/199457f23bf66fab7a1ca6cf86bbb... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-01-12 (Fri, 12 Jan 2018) Changed paths: M scripts/common_startup.sh Log Message: ----------- Merge pull request #5304 from nsoranzo/fix_common_startup.sh Fix common_startup.sh bashisms Compare: https://github.com/galaxyproject/galaxy/compare/a2f8ff21fdc2...199457f23bf6
participants (1)
-
GitHub