mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 21:47:24 +01:00
Update check_framemd5.sh
This commit is contained in:
parent
98393cacef
commit
75b389d5bb
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user