home · contact · privacy
Simplify initial start by automatically building libplomrogue.so.
[plomrogue] / start_server_client_union.sh
index 74872c773f59651df3d5b893eb515b0864bca33f..676e6740b3aac91c7e8f67d29fed5ce9e767f0d7 100755 (executable)
@@ -21,8 +21,8 @@ fi
 # Give helpful message to players that want to start without compiling first.
 if [ ! -e ./libplomrogue.so ]
 then
-    echo 'No ./libplomrogue.so library found. Try "./build.sh" first?'
-    false
+    echo 'No ./libplomrogue.so library found. Building …'
+    ./build.sh
 fi
 
 # Use shell script's arguments for server and pipe server output to log file.