X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=start_server_client_union.sh;h=676e6740b3aac91c7e8f67d29fed5ce9e767f0d7;hb=f38972bd85d96914384b1071569eae9669738971;hp=74872c773f59651df3d5b893eb515b0864bca33f;hpb=a50806df8116a81729220bd79870639b18da9d8c;p=plomrogue diff --git a/start_server_client_union.sh b/start_server_client_union.sh index 74872c7..676e674 100755 --- a/start_server_client_union.sh +++ b/start_server_client_union.sh @@ -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.