We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d625cc commit 5f15f85Copy full SHA for 5f15f85
dev/check-license
@@ -67,7 +67,7 @@ mkdir -p "$FWDIR"/lib
67
exit 1
68
}
69
70
-mkdir target
+mkdir -p target
71
$java_cmd -jar "$rat_jar" -E "$FWDIR"/dev/.rat-excludes -d "$FWDIR" > target/rat-results.txt
72
73
if [ $? -ne 0 ]; then
0 commit comments