summaryrefslogtreecommitdiff
path: root/_posts/2012-08-09-install-opentox-development-environment.md
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-22 17:33:43 +0300
committerAndreas Maunz <andreas@maunz.de>2012-08-22 17:33:43 +0300
commit6cb6e56024892cc61911f6fa60b5a1a4e65ee74d (patch)
tree76e9392c5fc38fc5647ef71fc69a36405c085543 /_posts/2012-08-09-install-opentox-development-environment.md
parent61b0331a4ade721725b834a6e8bf99dd324d1825 (diff)
if ... ; then
Diffstat (limited to '_posts/2012-08-09-install-opentox-development-environment.md')
-rw-r--r--_posts/2012-08-09-install-opentox-development-environment.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/_posts/2012-08-09-install-opentox-development-environment.md b/_posts/2012-08-09-install-opentox-development-environment.md
index 3ef56f7..5240c6c 100644
--- a/_posts/2012-08-09-install-opentox-development-environment.md
+++ b/_posts/2012-08-09-install-opentox-development-environment.md
@@ -84,8 +84,7 @@ OpenTox services(algorithm compound dataset feature task opentox-test) and tests
cd $OT_PREFIX/$f
git checkout development 2>/dev/null
git checkout migration 2>/dev/null
- if [ -f $OT_PREFIX/$f/bin/$f-install ]
- then
+ if [ -f $OT_PREFIX/$f/bin/$f-install ]; then
cd $OT_PREFIX/$f/bin
./$f-install
fi