summaryrefslogtreecommitdiff
path: root/install_debug.sh
diff options
context:
space:
mode:
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 ef6b8a30..020677a0 100755
--- a/install_debug.sh
+++ b/install_debug.sh
@@ -4,7 +4,7 @@ ME=install_debug
if (($# == 1 ))
then
- PREFIX=`echo "$1"|sed -e "s,\/$,,"`
+ PREFIX=$1
else
PREFIX="/usr/local/ouroboros"
fi