Skip to content
Snippets Groups Projects
Commit c6dbf619 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

don't forget about \s in file names

parent 02ef35c7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ else
do
if [ -f "${file}c" ]
then
rm -f ${file}c
rm -f "${file}c"
fi
done
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