X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=redo;h=8f459fbdd6e2ac9f85e9d567c77975165a1bcb47;hb=64cd5fdd5279471fbc417cc54d4d0048383ff3f9;hp=da2637beff1876add1a2f33e998f7ff95968cb7f;hpb=aa2ca997b919bee3cea9dfaed27e33fb0bc81728;p=plomrogue diff --git a/redo b/redo index da2637b..8f459fb 100755 --- a/redo +++ b/redo @@ -18,12 +18,9 @@ # for a # workaround. -if [ ! -e ./libplomrogue.so ] -then - echo "non-redo stuff (preparing for future Python port sans redo needs):" - echo "Building library for server's Python variant with mere shell one-liner." - ./compile-server.sh -fi +echo "non-redo stuff (preparing for future Python port sans redo needs):" +echo "Building library for server's Python variant with mere shell one-liner." +./compile-server.sh export PATH=$PATH:$PWD/build/redo_scripts redo "$@"