diff --git a/backtrace_install.sh b/backtrace_install.sh index 3eb09c3..fc87f25 100644 --- a/backtrace_install.sh +++ b/backtrace_install.sh @@ -82,7 +82,7 @@ case $os in esac chmod 777 backtrace -if [ !-f /usr/bin/backtrace ]; then +if [ ! -f /usr/bin/backtrace ]; then mv backtrace /usr/bin/ backtrace else