summaryrefslogtreecommitdiff
path: root/toolchain/wget-show-external-deps.sh
blob: 20071c05fc7fe611844a4ab76785f9d3d146db3f (plain)
1
2
3
4
5
6
#!/bin/sh
#
# replacement for wget (see BR2_WGET) which simply shows the file name to be
# downloaded. Used by the external-deps make target.

exec basename ${!#}