home · contact · privacy
Update/improve tests for lack of compiled files to run redo for.
[plomrogue] / start_server_client_union.sh
index 69c959dcab8f633ab03fa514d4d47696e997e964..3b7dccc387636e8a82b4b7aa05a4d4a8cbae7e40 100755 (executable)
@@ -10,14 +10,14 @@ then
 fi
 
 # Give helpful message to players that want to start without compiling first.
-if [ ! -e ./roguelike-server ]
+if [ ! -e ./roguelike-client ]
 then
-    echo 'No ./roguelike-server file found to execute. Try "./redo" first?'
+    echo 'No ./roguelike-client executable found. Try "./redo" first?'
     false
 fi
-if [ ! -e ./roguelike-client ]
+if [ ! -e ./libplomrogue.so ]
 then
-    echo 'No ./roguelike-client file found to execute. Try "./redo" first?'
+    echo 'No ./libplomrogue.so library found. Try "./redo" first?'
     false
 fi