summaryrefslogtreecommitdiff
path: root/opentox-ruby.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-ruby.sh
parent94090051d00b329559ce6ccfbbcb7b00f4509c7d (diff)
Removed bashismsh
Diffstat (limited to 'opentox-ruby.sh')
-rwxr-xr-xopentox-ruby.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index 492a167..f7a470d 100755
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -1,10 +1,10 @@
-#!/bin/bash
+#!/bin/sh
#
# Installs Opentox-ruby gem.
# Author: Christoph Helma, Andreas Maunz.
#
-source "`pwd`/utils.sh"
+. "`pwd`/utils.sh"
DIR="`pwd`"
if [ "$(id -u)" = "0" ]; then