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