mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-05 06:45:10 +01:00
Merge pull request #305 (Code style: add enclosing quotation marks)
Code style: add enclosing quotation marks
This commit is contained in:
commit
ae590706b0
@ -6,7 +6,7 @@
|
|||||||
BLUE='\033[1;34m'
|
BLUE='\033[1;34m'
|
||||||
NC='\033[0m'
|
NC='\033[0m'
|
||||||
|
|
||||||
if [[ "${OSTYPE}" = "cygwin" ]] || [ ! $(which diff) ]; then
|
if [[ "${OSTYPE}" = "cygwin" ]] || [ ! "$(which diff)" ]; then
|
||||||
echo -e "${RED}Error: 'diff' is not installed by default. Please install 'diffutils' from Cygwin.${NC}"
|
echo -e "${RED}Error: 'diff' is not installed by default. Please install 'diffutils' from Cygwin.${NC}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user