summaryrefslogtreecommitdiff
path: root/opentox-ruby.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 15:37:43 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 15:37:43 +0200
commit7dacb96c5c4c46f8fd0c76bd26e5d37319bb5eb1 (patch)
treef271b93c98e0c5193911197f90decc505a18c28c /opentox-ruby.sh
parentb69506cc0d7b3b2336444b6458cde7507388a8ca (diff)
all
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 63fa158..492a167 100755
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -4,7 +4,8 @@
# Author: Christoph Helma, Andreas Maunz.
#
-source ./utils.sh
+source "`pwd`/utils.sh"
+DIR="`pwd`"
if [ "$(id -u)" = "0" ]; then
echo "This script must be run as non-root." 1>&2
@@ -36,7 +37,6 @@ LOG="/tmp/`basename $0`-log.txt"
echo
echo "Opentox-ruby ('$LOG'):"
-DIR="`pwd`"
for mygem in opentox-ruby builder jeweler; do
if ! $GEM list | grep "$mygem" >/dev/null 2>&1; then