From 323da702c04f987bab925e54f60581e62fc28314 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Sat, 8 Oct 2016 12:47:35 +0200 Subject: [PATCH] Corrected error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (I hope now it’s fine…) --- check_framemd5.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/check_framemd5.sh b/check_framemd5.sh index 11660e3..450d620 100644 --- a/check_framemd5.sh +++ b/check_framemd5.sh @@ -47,6 +47,7 @@ while getopts ":hi:m:" opt; do esac done +[ -z "${@}" ] && _output_prompt echo -e "${BLUE}Please wait...${NC}" unset md5_tmp if [[ $OSTYPE = "cygwin" ]]; then