Skip to content

Commit 5f15f85

Browse files
committed
[MINOR] Suppress warning in check-license
1 parent 6d625cc commit 5f15f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/check-license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ mkdir -p "$FWDIR"/lib
6767
exit 1
6868
}
6969

70-
mkdir target
70+
mkdir -p target
7171
$java_cmd -jar "$rat_jar" -E "$FWDIR"/dev/.rat-excludes -d "$FWDIR" > target/rat-results.txt
7272

7373
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)