This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: bootstrap.sh: Replace which with POSIX compliant command -v
Author:  Gregor Jasny <[email protected]>
Date:    Sat Oct 23 16:46:35 2021 +0200

This avoids a deprecation warning on Debian on /usr/bin/which.

(cherry picked from commit cd810530246856d7fb8e233ee4b9577544641970)
Signed-off-by: Gregor Jasny <[email protected]>

 bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=939155bb5d494ba5ccbc1eb0d64cecda3ae56738
diff --git a/bootstrap.sh b/bootstrap.sh
index 0e9eb2d47533..0ad344c3080d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -4,7 +4,7 @@ mkdir build-aux/ 2>/dev/null
 touch build-aux/config.rpath libdvbv5-po/Makefile.in.in 
v4l-utils-po/Makefile.in.in
 autoreconf -vfi
 
-GETTEXTIZE=$(which gettextize)
+GETTEXTIZE=$(command -v gettextize)
 if [ "GETTEXTIZE" != "" ]; then
        VER=$(gettextize --version|perl -ne 'print $1 if (m/(\d\.\d.*)/)')
 

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to