Remove unneeded else branch

This commit is contained in:
2018-09-30 14:20:48 +08:00
parent 8c775e14fd
commit 1f02c66e05

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
}