Skip to content

Commit 103dbe5

Browse files
committed
tipc: Invoke ls with "command"
1 parent 48ab557 commit 103dbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/tipc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ _tipc_bearer() {
4444
COMPREPLY=( $( compgen -W '$names' -- $cur) )
4545
;;
4646
"eth")
47-
local interfaces=$(ls /sys/class/net/)
47+
local interfaces=$(command ls /sys/class/net/)
4848
COMPREPLY=( $( compgen -W '$interfaces' -- $cur ) )
4949
;;
5050
esac

0 commit comments

Comments
 (0)