Charalampos Stratakis <cstra...@redhat.com> added the comment:

Adding to this, the reason I initially caught up with that, was due to a 
coverity scan.

More explicitly:

Error: SHELLCHECK_WARNING: [#def1]
/usr/lib64/python3.6/config-3.6dm-x86_64-linux-gnu/install-sh:63:1: warning: 
transform_arg appears unused. Verify it or export it. [SC2034]
#   61|   
#   62|   transformbasename=""
#   63|-> transform_arg=""
#   64|   instcmd="$mvprog"
#   65|   chmodcmd="$chmodprog 0755"

Error: SHELLCHECK_WARNING: [#def2]
/usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu/install-sh:63:1: warning: 
transform_arg appears unused. Verify it or export it. [SC2034]
#   61|   
#   62|   transformbasename=""
#   63|-> transform_arg=""
#   64|   instcmd="$mvprog"
#   65|   chmodcmd="$chmodprog 0755"

So the transform_arg is unused, but I'm not well versed with autotools so I 
don't know the implications of that.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34765>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to