Skip to content
Snippets Groups Projects
Commit 763ce1af authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

test_build

parent ecd84ae6
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ if [ $# -ne 4 ]; then
exit 1
fi
if [ -d "$1" ] then
if [ -d "$1" ]; then
echo "Folder {} already exists."
exit 1
fi
......
......@@ -6,7 +6,7 @@ if [ $# -ne 4 ]; then
exit 1
fi
if [ -d "$1" ] then
if [ -d "$1" ]; then
echo "Folder {} already exists."
exit 1
fi
......
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