summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 16:27:53 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 16:27:53 +0200
commit6e15685c0992a720507209c2c9b43a9c561ade5e (patch)
treee15071fc77f7435964d4b4036327df4815c5d9d8 /opentox-webservices.sh
parent94090051d00b329559ce6ccfbbcb7b00f4509c7d (diff)
Removed bashismsh
Diffstat (limited to 'opentox-webservices.sh')
-rwxr-xr-xopentox-webservices.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index cbb9fd3..583ea7c 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -1,10 +1,10 @@
-#!/bin/bash
+#!/bin/sh
#
# Installs Opentox Webservices.
# Author: Christoph Helma, Andreas Maunz.
#
-source "`pwd`/utils.sh"
+. "`pwd`/utils.sh"
DIR=`pwd`
if [ "$(id -u)" = "0" ]; then