We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae16f7 commit 4c91e45Copy full SHA for 4c91e45
android/scripts/lockfile
@@ -5,6 +5,7 @@ set -eu
5
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
cd "$SCRIPT_DIR"
7
8
+# shellcheck source=../../scripts/utils/log
9
source ../../scripts/utils/log
10
11
print_usage() {
0 commit comments