From da921ae09a8504589fac36ab307713191254d0d3 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 10 Nov 2019 03:07:05 +0100 Subject: [PATCH] Remove an unwanted echo --- src/dotinstall.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dotinstall.sh b/src/dotinstall.sh index 43df0fa..91f8c36 100755 --- a/src/dotinstall.sh +++ b/src/dotinstall.sh @@ -286,7 +286,6 @@ install_bin () # Test parameters : we need to know if it's a git repo or a file [[ $1 == "uninstall" || $1 == "-u" ]] && { install=0; printf "Activate uninstall mode\n"; shift; } -echo $install [ "$*" = "" ] && die "You must specify a bootstrap file" 10 1 if [[ $* =~ ^https://.*\.git$ || $* =~ ^ssh://.*\.git$ ]]