diff --git a/install.sh b/install.sh index bf7ae0f..cbbb47a 100755 --- a/install.sh +++ b/install.sh @@ -75,7 +75,6 @@ response=$( echo "$@" | grep -Eo "\-\-prefix") if [[ $response == "--prefix" ]]; then prefix=$(echo -n "$@" | sed -e 's/--prefix=\(.*\) .*/\1/' | cut -d " " -f 1) - echo $prefix mkdir -p $prefix/bin $prefix/share/man/man1 if [[ $2 == "all" ]];then for tool in "${tools[@]}"; do