Get rid of the debugging the echo

This commit is contained in:
Alex Epstein 2017-08-01 10:50:33 -04:00
parent d80e8eca6d
commit b8101c080f
1 changed files with 0 additions and 1 deletions

View File

@ -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