Description: Fix critical syntax error.
--- a/src/fdt/rotate_bvecs
+++ b/src/fdt/rotate_bvecs
@@ -18,7 +18,7 @@
     echo "If you want to force this program to run, please remove the file ${bvecs}_old"
     echo ""
     exit 1
-done
+fi
 /bin/cp ${bvecs} ${bvecs}_old
 #/bin/rm -f ${bvecs}
 
