mirror of
https://github.com/alexanderepstein/Bash-Snippets
synced 2018-11-08 02:59:35 +01:00
Get rid of the debugging the echo
This commit is contained in:
parent
d80e8eca6d
commit
b8101c080f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue