Update check_framemd5.sh

This commit is contained in:
Reto Kromer 2016-10-01 16:32:29 +02:00 committed by GitHub
parent 98393cacef
commit 75b389d5bb

View File

@ -7,7 +7,7 @@
NC='\033[0m' NC='\033[0m'
if [[ $OSTYPE = "cygwin" ]] || [ ! $(which diff) ]; then if [[ $OSTYPE = "cygwin" ]] || [ ! $(which diff) ]; then
echo -e "${RED}ERROR:${NC} diff is not installed by default. Please install diffutils from Cygwin." echo -e "${RED}ERROR:${NC} 'diff' is not installed by default. Please install 'diffutils' from Cygwin."
exit 1 exit 1
fi fi