From 836b47cb7e99a977c5a23b059ca1d0b5065d310e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 24 Jul 2024 11:54:23 +0200 Subject: Merging upstream version 1.46.3. Signed-off-by: Daniel Baumann --- ml/dlib/docs/testenv_rel | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 ml/dlib/docs/testenv_rel (limited to 'ml/dlib/docs/testenv_rel') diff --git a/ml/dlib/docs/testenv_rel b/ml/dlib/docs/testenv_rel deleted file mode 100755 index fff4a7be1..000000000 --- a/ml/dlib/docs/testenv_rel +++ /dev/null @@ -1,24 +0,0 @@ -#/bin/sh -# -#This script checks to make sure all the commands we need are -#present - -return_error() -{ - echo "Error, can't run the $1 command" - exit 1 -} - -./testenv - -echo Testing environment for needed release building utilities - - -#flip -h > /dev/null || return_error "flip"; -unix2dos -h &> /dev/null || return_error "unix2dos"; -#wine --help &> /dev/null || return_error "wine"; - - -echo All needed utilities found -exit 0 - -- cgit v1.2.3