Skip to content
Snippets Groups Projects
Commit 1ca8aee0 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

fixed small bug done->fi

parent c83d3e72
No related branches found
No related tags found
No related merge requests found
...@@ -14,11 +14,11 @@ bvecs=$2 ...@@ -14,11 +14,11 @@ bvecs=$2
if [ -f ${bvecs}_old ];then if [ -f ${bvecs}_old ];then
echo "" echo ""
echo "Error: Found that ${bvecs}_old already exists" echo "Error: Found that ${bvecs}_old already exists"
echo "This probably means that you have run this script before." echo "This probably means that you have run this script before. Be aware that this also means ${bvecs} have already been rotated!"
echo "If you want to force this program to run, please remove the file ${bvecs}_old" echo "If you want to force this program to run, please remove the file ${bvecs}_old"
echo "" echo ""
exit 1 exit 1
done fi
/bin/cp ${bvecs} ${bvecs}_old /bin/cp ${bvecs} ${bvecs}_old
#/bin/rm -f ${bvecs} #/bin/rm -f ${bvecs}
......
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