diff options
Diffstat (limited to 'compile_debug.sh')
-rwxr-xr-x | compile_debug.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compile_debug.sh b/compile_debug.sh index 78a298fc..3ea1e039 100755 --- a/compile_debug.sh +++ b/compile_debug.sh @@ -4,9 +4,9 @@ ME=compile_debug if (($# == 1 )) then - PREFIX=$1 + PREFIX=`echo "$1"|sed -e "s,\/$,,"` else - PREFIX="/usr/local/ouroboros/" + PREFIX="/usr/local/ouroboros" fi BUILDDIR=build |