summaryrefslogtreecommitdiffstats
path: root/toolchain/wget-show-external-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/wget-show-external-deps.sh')
-rwxr-xr-xtoolchain/wget-show-external-deps.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/wget-show-external-deps.sh b/toolchain/wget-show-external-deps.sh
new file mode 100755
index 000000000..20071c05f
--- /dev/null
+++ b/toolchain/wget-show-external-deps.sh
@@ -0,0 +1,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 ${!#} \ No newline at end of file