From 9454808801e74b314baafea0d925c328b4279c20 Mon Sep 17 00:00:00 2001 From: dpavlov Date: Sat, 24 Dec 2022 16:55:35 +0300 Subject: [PATCH] Disable check for a while --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index f5e065b3..98e8b4d6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,10 +22,10 @@ providers=( "outscale" ) -if ! [ -x "$(command -v round)" ]; then - echo 'round is not installed' - exit 1 -fi +#if ! [ -x "$(command -v round)" ]; then +# echo 'round is not installed' +# exit 1 +#fi if ! [ -x "$(command -v inkscape)" ]; then echo 'inkscape is not installed'