Remove unneeded else branch

This commit is contained in:
Julian Ospald 2018-09-30 14:20:48 +08:00
parent 8c775e14fd
commit 1f02c66e05
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 0 additions and 4 deletions

4
ghcup
View File

@ -263,10 +263,6 @@ edo()
debug_message() {
if ${VERBOSE} ; then
printf "\\033[0;34m%s\\033[0m\\n" "$1"
else
if [ -n "$2" ] ; then
printf "\\033[0;34m%s\\033[0m\\n" "$2"
fi
fi
}