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