We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3842e36 commit 007d1d6Copy full SHA for 007d1d6
tools/builder/vendor-dependencies.sh
@@ -1,3 +1,5 @@
1
+#!/bin/sh
2
+
3
set -eux; \
4
mkdir -p $TOOLS_DIR/lib; \
5
bins="$(find $TOOLS_DIR/bin $TOOLS_DIR/libexec -type f -perm -u=x 2>/dev/null)"; \
0 commit comments