Dear maintener,

  instead to revert changes to do_command, you can also just apply this simple 
patch:

--- do_command.orig     2018-07-10 10:41:47.000000000 +0000
+++ do_command  2018-09-17 15:28:57.799075703 +0000
@@ -80,7 +80,7 @@
     ERRORS="$((ERRORS+$?))"
   done 4< <(find "$UWSGI_APPS_CONFDIRS" \
                   -regextype posix-basic \
-                  -iregex ".*\\.${UWSGI_CONFFILE_TYPES_REGEXP}\$" -a -xtype f \
+                  -iregex ".*\.${UWSGI_CONFFILE_TYPES_REGEXP}\$" -a -xtype f \
                   -print0 \
             | sed -e "s:\\(^\\|\\x0\\)${UWSGI_CONFDIR}/:\\1:g" \
                   -e 
"s:\\([^\\x0/]\\+\\)\\([^\\x0]\\+\\)\\?/\\([^/\\x0]\\+\\)\\.${UWSGI_CONFFILE_TYPES_REGEXP}\\x0:\\1/\\3\\x0:g"
 \

  It should be enough. It worked for me: I tested on a fresh vm with testing 
and sysvinit. 

Thanks,
  Diego.

-- 
Diego Roversi <die...@tiscali.it>

Reply via email to