From b8101c080faaa2e5d51eb6bec2137ec83fea940c Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Tue, 1 Aug 2017 10:50:33 -0400 Subject: [PATCH] Get rid of the debugging the echo --- install.sh | 1 - 1 file changed, 1 deletion(-) 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