Skip to content
Snippets Groups Projects
Commit 4d10ce01 authored by alvaro's avatar alvaro
Browse files

Adding -p to mkdir for URIs

parent f3535cb8
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ if [ -e "$mainDir" ] ...@@ -92,7 +92,7 @@ if [ -e "$mainDir" ]
then then
echo "WARNING: At least one model for $1 exists." >&2 echo "WARNING: At least one model for $1 exists." >&2
else else
mkdir $mainDir mkdir -p $mainDir
fi fi
#Create file structure #Create file structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment