summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 10:12:47 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 10:12:47 +0200
commit2140505b9ee2b2b30886dd1b9c5bbf344a708b49 (patch)
tree047600d4ad11259727fd39cd1f308c0b93891efa /install
parentae03b88f5c116c079f647bf1a5ba55e0ed387685 (diff)
Fixed include file names
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index 37b86d1..5180254 100755
--- a/install
+++ b/install
@@ -7,6 +7,7 @@ LOG="/tmp/`basename $0`-log.txt"
echo
echo "Opentox-ruby installation."
echo "You may need to give root password for some privileged actions right now and later:"
+echo
cmd="sudo echo -n \"\"" && run_cmd "$cmd" "Acquire privileges"
. "./base-install.sh"