summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-02 00:01:17 -0700
committerAndreas Maunz <andreas@maunz.de>2011-04-02 00:01:17 -0700
commit29ebfc2eb3612d57ec9ef6b1aa1fddee8acebff3 (patch)
tree4830b5f90bdebde7bb6a0cc76954f20694831a3b /install
parented920f0ae3676d7fee9b3471cdb483ba222a16a1 (diff)
removed source
Diffstat (limited to 'install')
-rw-r--r--[-rwxr-xr-x]install18
1 files changed, 9 insertions, 9 deletions
diff --git a/install b/install
index 2101702..00f72e0 100755..100644
--- a/install
+++ b/install
@@ -3,21 +3,21 @@
# Author: Christoph Helma, Andreas Maunz
LOG="/tmp/`basename $0`-log.txt"
-source ./utils.sh
+. "./utils.sh"
echo "Opentox-ruby installation."
echo "You may need to give root password for some privileged actions right now:"
cmd="sudo echo -n \"\"" && run_cmd "$cmd" "Acquire privileges"
-source "./base-install.sh"
-source "./ruby.sh"
-source "./openbabel.sh"
-source "./kernlab.sh"
-source "./opentox-ruby.sh"
+. "./base-install.sh"
+. "./ruby.sh"
+. "./openbabel.sh"
+. "./kernlab.sh"
+. "./opentox-ruby.sh"
if [ "$install" != "gem" ]
then
- source "./nginx.sh"
- source "./redis.sh"
- source "./opentox-webservices.sh"
+ . "./nginx.sh"
+ . "./redis.sh"
+ . "./opentox-webservices.sh"
fi