Discussion:
Issue 1319 in webm: checkbashims test/*.sh will report a warning for the use of $FUNCNAME
jz… via monorail
2016-10-19 19:20:28 UTC
Permalink
Status: Assigned
Owner: ***@google.com
Labels: Type-Bug Pri-2 Tests
Components: libvpx

New issue 1319 by ***@google.com: checkbashims test/*.sh will report a
warning for the use of $FUNCNAME
https://bugs.chromium.org/p/webm/issues/detail?id=1319

v1.6.0-602-gff38b8d

Passing the name directly should be enough.

possible bashism in test/vpx_temporal_svc_encoder.sh line 262 ($FUNCNAME):
files_exist "${FUNCNAME}" 3 || return 1

$ checkbashisms --version
This is checkbashisms, from the Debian devscripts package, version
2.15.3+deb8u1
--
You received this message because:
1. The project was configured to send all issue notifications to this
address

You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings
--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webm-discuss+***@webmproject.org.
To post to this group, send email to webm-***@webmproject.org.
Visit this group at https://groups.google.com/a/webmproject.org/group/webm-discuss/.
For more options, visit https://groups.google.com/a/webmproject.org/d/optout.
johannko… via monorail
2018-12-07 17:32:04 UTC
Permalink
Updates:
Status: Fixed

Comment #1 on issue 1319 by ***@google.com: checkbashims test/*.sh
will report a warning for the use of $FUNCNAME
https://bugs.chromium.org/p/webm/issues/detail?id=1319#c1

commit 1cd926d665b3055048aa24532d41244212be21ee
Author: James Zern <***@google.com>
Date: Tue Feb 14 23:44:00 2017 -0800

vpx_temporal_svc_encoder.sh: remove FUNCNAME bashism

replace with an explicit output file prefix that matches the function
name

Change-Id: I7f6a4105adb34327b1099a5fbf132aa8d1ad5b90
--
You received this message because:
1. The project was configured to send all issue notifications to this
address

You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings
--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webm-discuss+***@webmproject.org.
To post to this group, send email to webm-***@webmproject.org.
Visit this group at https://groups.google.com/a/webmproject.org/group/webm-discuss/.
For more options, visit https://groups.google.com/a/webmproject.org/d/optout.
Loading...