mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-11-04 10:49:10 +01:00 
			
		
		
		
	@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
  SCRIPT=$(basename "${0}")
 | 
					  SCRIPT=$(basename "${0}")
 | 
				
			||||||
 VERSION='2018-02-09'
 | 
					 VERSION="2018-02-10"
 | 
				
			||||||
  AUTHOR='ffmprovisr'
 | 
					  AUTHOR="ffmprovisr"
 | 
				
			||||||
     RED='\033[1;31m'
 | 
					     RED="\033[1;31m"
 | 
				
			||||||
    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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
  SCRIPT=$(basename "${0}")
 | 
					  SCRIPT=$(basename "${0}")
 | 
				
			||||||
 VERSION='2018-02-09'
 | 
					 VERSION="2018-02-10"
 | 
				
			||||||
  AUTHOR='ffmprovisr'
 | 
					  AUTHOR="ffmprovisr"
 | 
				
			||||||
     RED='\033[1;31m'
 | 
					     RED="\033[1;31m"
 | 
				
			||||||
    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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user