mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-12-24 18:58:22 +01:00
Code style: add enclosing quotation marks
This commit is contained in:
parent
e2850d38c0
commit
e84f0a9fb6
@ -6,7 +6,7 @@
|
||||
BLUE='\033[1;34m'
|
||||
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}"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user