summaryrefslogtreecommitdiff
path: root/base-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'base-install.sh')
-rwxr-xr-xbase-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/base-install.sh b/base-install.sh
index 105c0ad..336126d 100755
--- a/base-install.sh
+++ b/base-install.sh
@@ -6,8 +6,8 @@
# Your installed packages are safe and will not be updated.
# A Java configuration is created and included in your '$OT_UI_CONF'.
-. "`pwd`/utils.sh"
-DIR="`pwd`"
+. ./utils.sh
+DIR=`pwd`
if [ "$(id -u)" = "0" ]; then
echo "This script must not be run as root" 1>&2