X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8365d941b7fa995460090fc590b85a7b03257ac4..1cb8c64f1717769b51cbf4c737d95030c920ac99:/projects/rscriptd/build

diff --git a/projects/rscriptd/build b/projects/rscriptd/build
index 451e08aa..3b73000d 100755
--- a/projects/rscriptd/build
+++ b/projects/rscriptd/build
@@ -181,5 +181,9 @@ printf "DATA_MODE=$DATA_MODE\n" >> $CONFFILE
 printf "DIR_MODE=$DIR_MODE\n" >> $CONFFILE
 printf "OWNER=$OWNER\n" >> $CONFFILE
 
-$MAKE $MAKEOPTS
-
+if [ "$1" != "debug" ]
+then
+    $MAKE $MAKEOPTS
+else
+    printf "\n\n\nDebug build. Type $MAKE explicitly\n"
+fi