summaryrefslogtreecommitdiff
path: root/install_debug.sh
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-06-27 14:46:57 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-06-27 14:46:57 +0200
commit25b12e206d22125b7d403d1339738f5bb4a468b5 (patch)
tree29434ed2e9da45b776559e8078ba84d323945d07 /install_debug.sh
parente32ab9d39612651af7641944f6e17d265b23dd95 (diff)
parent80765f1d6ea16892224be8da954e5b0a4c53303b (diff)
downloadouroboros-25b12e206d22125b7d403d1339738f5bb4a468b5.tar.gz
ouroboros-25b12e206d22125b7d403d1339738f5bb4a468b5.zip
Merged in sandervrijders/ouroboros/be (pull request #140)
build: Fix installation prefix
Diffstat (limited to 'install_debug.sh')
-rwxr-xr-xinstall_debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_debug.sh b/install_debug.sh
index abb5c1c9..10e50706 100755
--- a/install_debug.sh
+++ b/install_debug.sh
@@ -4,7 +4,7 @@ ME=install_debug
if (($# == 1 ))
then
- PREFIX=$1
+ PREFIX=`echo "$1"|sed -e "s,\/$,,"`
else
PREFIX="/usr/local/ouroboros/"
fi