Index: nikanabo/current/dat/demoni/xauthor.sh
===================================================================
--- nikanabo/current/dat/demoni/xauthor.sh	(revision 185)
+++ nikanabo/current/dat/demoni/xauthor.sh	(revision 186)
@@ -2,4 +2,5 @@
 cd ../../xdelta
 if [ ! -e xdelta3.exe ]
+then
     echo "Couldn't find Xdelta3!"
 else
Index: nikanabo/current/dat/demoni/xinstall.sh
===================================================================
--- nikanabo/current/dat/demoni/xinstall.sh	(revision 185)
+++ nikanabo/current/dat/demoni/xinstall.sh	(revision 186)
@@ -2,4 +2,5 @@
 cd ../original
 if [ ! -e backupok.txt ]
+then
     echo "Please back up your game content."
     cd ../demoni
@@ -7,4 +8,5 @@
     cd ../../xdelta
     if [ ! -e xdelta3.exe ]
+    then
         echo "Couldn't find Xdelta3!"
     else
