File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,8 @@ _bcpp() {
321
321
then
322
322
type _bcpp_filedir_original & > /dev/null || \
323
323
eval " _bcpp_filedir_original() $_bcpp_filedir_original_code "
324
+
325
+ # shellcheck disable=SC2329 # invoked from outside of this script
324
326
_filedir () {
325
327
_bcpp_filedir_original " $@ "
326
328
[ " ${# COMPREPLY[@]} " -eq 0 ] && _bcpp_complete " $@ "
@@ -333,6 +335,8 @@ _bcpp() {
333
335
then
334
336
type _bcpp_filedir_xspec_original & > /dev/null || \
335
337
eval " _bcpp_filedir_xspec_original() $_bcpp_filedir_xspec_original_code "
338
+
339
+ # shellcheck disable=SC2329 # invoked from outside of this script
336
340
_filedir_xspec () {
337
341
_bcpp_filedir_xspec_original " $@ "
338
342
[ " ${# COMPREPLY[@]} " -eq 0 ] && _bcpp_complete " $@ "
You can’t perform that action at this time.
0 commit comments