summaryrefslogtreecommitdiff
path: root/fixincludes/fixinc.in
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/fixinc.in')
-rwxr-xr-xfixincludes/fixinc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/fixinc.in b/fixincludes/fixinc.in
index f7b8d8f1ee3..15cbaa23544 100755
--- a/fixincludes/fixinc.in
+++ b/fixincludes/fixinc.in
@@ -41,7 +41,7 @@ shift
# Make sure it exists.
if [ ! -d $LIB ]; then
- mkdir $LIB || {
+ mkdir -p $LIB || {
echo fixincludes: output dir '`'$LIB"' cannot be created"
exit 1
}