>diff --git a/lisp/tramp-sh.el b/lisp/tramp-sh.el
>index 3f83697..19773e3 100644
>--- a/lisp/tramp-sh.el
>+++ b/lisp/tramp-sh.el
>@@ -4436,7 +4436,8 @@ means discard it)."
>     (if (stringp output) (concat " >" output) ""))))
> 
> (defconst tramp-inline-compress-commands
>-  '(("gzip" "gzip -d")
>+  '(;; Suppress warnings about obsolete env variable GZIP.
>+    ("env GZIP= gzip" "env GZIP= gzip -d")
>     ("bzip2" "bzip2 -d")
>     ("xz" "xz -d")
>     ("compress" "compress -d"))

I applied it and the problem I had observed has gone.  Thanks

_______________________________________________
Tramp-devel mailing list
Tramp-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to